Preview
Usage
SideNav usage<SideNav groups={[{ items: [{ label: 'Overview', href: '/', current: true }] }]} />API
SideNav APISideNavProps
| prop | type | notes |
|---|---|---|
| groups | SideNavGroup[] | |
| label? | string | Accessible name for the nav (default 'Sections'). |
| width? | string | Rail width (default '220px'). |
| mix? | MixInput |