Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laynef/react-menu-npm
https://github.com/laynef/react-menu-npm
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laynef/react-menu-npm
- Owner: laynef
- Created: 2016-11-09T01:12:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T00:47:23.000Z (about 8 years ago)
- Last Synced: 2024-04-24T14:29:38.103Z (7 months ago)
- Language: JavaScript
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Must have a React project already set up
## Must have React && React Router### Installation
`npm install react-menu-component`
In File:
`import Menu from 'react-menu-component';`
To Use:
`var arrayOfMenuNames = ['home', 'etc..'];`
``
Enjoy!