Side Navigation component
npm install @paprika/side-navigationSide Navigation component
```
yarn add @paprika/side-navigation
or with npm:
```
npm install @paprika/side-navigation
| Prop | Type | required | default | Description |
| -------- | ------ | -------- | ------- | ------------------------------ |
| a11yText | string | false | null | Aria-label on the nav element. |
| children | node | false | null | |
| header | node | true | - | Header text in the side panel. |
| Prop | Type | required | default | Description |
| --------- | ---- | -------- | ------- | --------------------------------------------------------------------------- |
| children | node | false | null | |
| isCurrent | bool | false | false | If this side navigation item is the current page and should be highlighted. |
- Storybook Showcase
- GitHub source code
- Create GitHub issue
- CHANGELOG