Side Navigation
Useful for displaying one panel of content with link at a time.
Props
Prop | Type | Description |
---|---|---|
children | ReactNode | The content to render |
SideNavigationGroup
Props
Prop | Type | Description |
---|---|---|
children | ReactNode | The content to render |
ariaLabel | String | The accessibility text (W3C) |
SideNavigationItem
Props
Prop | Type | Description |
---|---|---|
children | ReactNode | The content to render |
appearance | default | minimal | negative | positive | The theming to apply |
isActive | Boolean | Whether it is active or not |
SideNavigationItemLink
Props
Prop | Type | Description |
---|---|---|
children | ReactNode | The content to render |
href | String | The href of the item |
icon | String | The icon of the item |
isExternal | Boolean | Whether it is url external or not |
Examples
todo