0.1.1 • Published 6 years ago

njui-mobile v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

NjUI-Mobile

轻量、高扩展的移动端 React 组件库

Features

  • 50+ 常用组件
  • 完善的文档和示例
  • 轻量, gzip 后 50kb
  • 扩展性强, 适合继续封装

Install

NPM

npm install --save njui-mobile

Yarn

yarn add njui-mobile

Example

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'njui-mobile';
//import styles
import 'njui-mobile/dist/njui-mobile.css';

const App = () => <Button>Hello NJ</Button>;

ReactDOM.render((
    <App/>
), document.getElementById('container'));

Mobile Demo

Changelog

更新日志

License

The MIT License(http://opensource.org/licenses/MIT)

0.1.1

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago