Skip to content

Simple React implementation of Material Design's Navigation Drawer and Toolbar.

License

Notifications You must be signed in to change notification settings

ahstn/react-material-navigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-material-navigation

React implementation of Material Design's Navigation Drawer and Toolbar.

Currently in development and unstable, see futie for implementation.

I develop with Chromium so other browser support will be shakey (to say the least), until I have a stable version.

preview

Todo

  • Add color customisation
  • Separate AppBar and SideBar into their own sub-folders
  • General refactoring (mainly SideBarItem.js)
  • Add animation and click effects
  • Write docs when at a stable version

Implementation

Firstly install the npm package

$ npm i -S react-material-navigation

Require the components in your React application

import { AppBar, AppBarItem, SideBar, SideBarItem } from 'react-material-navigation';

About

Simple React implementation of Material Design's Navigation Drawer and Toolbar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published