Navbar
The Navbar component establishes a clear navigation menu for users to browse the site.
Usage
Example
Navbar Logo
Navbar Menu
Navbar Action
Props
Navbar
| Prop | Type | Default |
|---|---|---|
children | ReactNode | - |
className | string | - |
NavbarLogo
| Prop | Type | Default |
|---|---|---|
children | ReactNode | - |
href | string | - |
src | string | - |
alt | string | - |
NavbarMenu
| Prop | Type | Default |
|---|---|---|
children | string | - |
NavbarMenuItem
| Prop | Type | Default |
|---|---|---|
children | ReactNode | - |
href | string | - |
className | string | - |
NavbarMenuDropdown
| Prop | Type | Default |
|---|---|---|
children | ReactNode | - |
title | string | - |
className | boolean | - |
NavbarAction
| Prop | Type | Default |
|---|---|---|
children | ReactNode | - |