nested-nav
v1.0.0
Published
React nested navigation menu
Downloads
11
Readme
nested-nav
Made with create-react-library
Install
npm install --save nested-nav
Usage
import React, { Component } from 'react'
import MyComponent from 'nested-nav'
import 'nested-nav/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © UseAllFive