isui
A high quality UI Toolkit, A Component Library for React 16+. 💘
Installation
npm install isui --save
Basic Usage
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'isui';
ReactDOM.render(
<Button type="primary">Hello</Button>,
document.getElementById('app')
);
Documentation
Visit the http://nodedai.com/isui/#/cn/quick-start website for more information.
Development
To develop, run the self-reloading build, Get the code:
$ git clone https://github.com/shawn2016/isui.git
$ cd isui
$ npm install
$ npm install --phantomjs_cdnurl=http://npm.taobao.org/mirrors/phantomjs
To develop, run the self-reloading build:
$ npm start
Open your browser and visit http://127.0.0.1:2087
Update the document
npm run deploy
Folders
├── dist
├── docs
├── lib
├── package.json
├── script
└── src
本组件库基于 uiw-react 修改,感谢!
License
Licensed under the MIT License.