6.17.2 • Published 7 years ago
react-material-side-navigation
Licence
ISC
Version
6.17.2
Deps
6
Size
11 kB
Vulns
0
Weekly
34
react-material-datatable
A basic datatable build on material.
Install
npm install --save react-material-side-navigation
Usage
import SideNavbar from 'react-material-side-navigation'
navigationMap is an Array and this is a required prop.
Here's an example of proper navigationMap array:
[ { title: 'Home', icon: Home, to: '/home', }, { title: 'Teachers', icon: Group, to: '/teachers', }, ]
where Home, Group are Icon components imported from @material-ui/icons