An open API service indexing awesome lists of open source software.

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

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
[![mnu](https://nodei.co/npm/mnu.png)](https://npmjs.org/package/mnu)
```
npm install mnu --save
yarn add mnu --save
```

## Useage

#### Es6
```javascript
import Mnu from 'mnu'
```