Skip to content

Commit

Permalink
feat: adding brand-header usage text picture for dropdown nav
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinLaubenstein committed Mar 17, 2023
1 parent 0183965 commit 2f27eeb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,7 @@ The mega menu is suitable for a flat information architecture. It offers a good

### Dropdown navigation

<div style="display: flex; width: 100%; border-radius: 3px; background-color: rgb(241, 241, 239); padding: 16px 16px 14px 20px;">
<div style="padding-top:1px">
<svg xmlns="http://www.w3.org/2000/svg" width="40px" height="24px"><path fill-rule="evenodd" d="M12 1c6.1 0 11 4.9 11 11s-4.9 11-11 11S1 18.1 1 12 5.9 1 12 1zm0 1.5c-5.25 0-9.5 4.25-9.5 9.5s4.25 9.5 9.5 9.5 9.5-4.25 9.5-9.5-4.25-9.5-9.5-9.5zm1 8V17h-2v-6.5h2zm-1-4A1.25 1.25 0 1112 9a1.25 1.25 0 010-2.5z"></path></svg>
</div>
<div style="margin-top: 4px;">
**This component will be available soon.**
</div>
</div>
![Image Name](assets/3_components/beta-brand-header/brandheader_dropdown_menu.png)

The dropdown navigation can accommodate several levels of navigation and different depths within a navigation tree. As a general rule, the less levels the better.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,7 @@ Das Mega-Menü nutzt du am besten für eine flache Informationsarchitektur. Es b

### Dropdown-Navigation

<div style="display: flex; width: 100%; border-radius: 3px; background-color: rgb(241, 241, 239); padding: 16px 16px 14px 20px;">
<div style="padding-top:1px">
<svg xmlns="http://www.w3.org/2000/svg" width="40px" height="24px"><path fill-rule="evenodd" d="M12 1c6.1 0 11 4.9 11 11s-4.9 11-11 11S1 18.1 1 12 5.9 1 12 1zm0 1.5c-5.25 0-9.5 4.25-9.5 9.5s4.25 9.5 9.5 9.5 9.5-4.25 9.5-9.5-4.25-9.5-9.5-9.5zm1 8V17h-2v-6.5h2zm-1-4A1.25 1.25 0 1112 9a1.25 1.25 0 010-2.5z"></path></svg>
</div>
<div style="margin-top: 4px;">
**Diese Komponente ist bald verfügbar**
</div>
</div>
![Image Name](assets/3_components/beta-brand-header/brandheader_dropdown_menu.png)

Die Dropdown-Navigation eignet sich für Webseiten mit umfangreicher Seitenarchitektur. Sie kann mehrere Hierarchieebenen innerhalb des Navigationsbaums darstellen. Generell gilt: je weniger Ebenen, desto besser.

Expand Down

0 comments on commit 2f27eeb

Please sign in to comment.