Installation
Examples
Pill Navbar
Mega-Menu Dropdown
Props
NavItem
| Prop | Type | Description |
|---|---|---|
name | string | Display text for the nav link |
link | string | URL or anchor href |
icon | ReactNode | Optional icon element |
children | DropdownItem[] | Optional dropdown items |
DropdownItem
| Prop | Type | Description |
|---|---|---|
name | string | Dropdown item title |
description | string | Optional description text |
link | string | URL or anchor href |
icon | ReactNode | Optional icon element |
NavButton
| Prop | Type | Default | Description |
|---|---|---|---|
variant | "primary" | "secondary" | "primary" | Button style variant |