react-minimal-side-navigation
Minimal side navigation component for React.
Installation
Ensure you have Node.js 10 or later installed. Then run the following:
# via npm
npm install react-minimal-side-navigation
# or yarn
yarn add react-minimal-side-navigation
Usage
API
items
Type: array
Navigation items to render.
activeItemId
Type: string
Currently selected item id.
onSelect
Type: function
Called when item is clicked.