react-material-side-navigation

Side menu based on MaterialUI

Usage no npm install needed!

<script type="module">
  import reactMaterialSideNavigation from 'https://cdn.skypack.dev/react-material-side-navigation';
</script>

README

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