njui-mobile

0.1.1 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i njui-mobile

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

1.63 MB

Total Files

14

Last publish

Collaborators

  • 69as