Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shawn2016/isui
react组件库
https://github.com/shawn2016/isui
eslint less react react-router stylelint webpack
Last synced: 3 days ago
JSON representation
react组件库
- Host: GitHub
- URL: https://github.com/shawn2016/isui
- Owner: shawn2016
- License: mit
- Created: 2018-01-24T18:23:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T09:00:24.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T02:18:21.000Z (9 months ago)
- Topics: eslint, less, react, react-router, stylelint, webpack
- Language: JavaScript
- Homepage:
- Size: 657 KB
- Stars: 14
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
isui
---A high quality UI Toolkit, A Component Library for React 16+. 💘
### Installation
```bash
npm install isui --save
```### Basic Usage
```js
import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'isui';ReactDOM.render(
Hello,
document.getElementById('app')
);
```### Documentation
Visit the [http://nodedai.com/isui/#/cn/quick-start](http://nodedai.com/isui/#/cn/quick-start) website for more information.
### Development
To develop, run the self-reloading build, Get the code:
```bash
$ git clone https://github.com/shawn2016/isui.git
$ cd isui
$ npm install # or yarn install
# or
$ npm install --phantomjs_cdnurl=http://npm.taobao.org/mirrors/phantomjs
```To develop, run the self-reloading build:
```bash
# Run the app
# Restart the app automatically every time code changes.
# Useful during development.
$ npm start
```Open your browser and visit http://127.0.0.1:2087
Update the document
```bash
npm run deploy
```Folders
```bash
├── dist # document the static file.
├── docs # documentation in markdown
├── lib
├── package.json
├── script
└── src # react source code
```本组件库基于 [uiw-react](https://github.com/uiw-react/uiw.git) 修改,感谢!
### License
Licensed under the MIT License.