Navbar
Top navigation
Navbar with Dropdown
Navigation bar with dropdown menu
Show Code
API Props
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
| center | any | No | - | Content for the center section of navbar |
| children | any | No | - | Component content |
| class | string | No | - | Additional CSS classes |
| end | any | No | - | Content for the end/right section of navbar |
| id | string | No | - | HTML id attribute |
| start | any | No | - | Content for the start/left section of navbar Examples: <Logo />, <MenuButton /> Since: 1.0.0 |