https://github.com/ihtml5/mnu
React-based mobile solution
https://github.com/ihtml5/mnu
components create-react-app es6 mobile react
Last synced: 2 months ago
JSON representation
React-based mobile solution
- Host: GitHub
- URL: https://github.com/ihtml5/mnu
- Owner: ihtml5
- License: mit
- Created: 2018-08-18T10:15:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T15:16:52.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T20:37:25.826Z (over 1 year ago)
- Topics: components, create-react-app, es6, mobile, react
- Language: JavaScript
- Homepage: http://ihtml5.github.io/mnu
- Size: 951 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Mnu
Simple and practical scalable mobile component library
**Note**
Under development, do not use in production
## Document
#### View the document please visit [https://ihtml5.github.io/mnu/](https://ihtml5.github.io/mnu/)
## Installation
#### Install using npm
[](https://npmjs.org/package/mnu)
```
npm install mnu --save
yarn add mnu --save
```
## Useage
#### Es6
```javascript
import Mnu from 'mnu'
```