Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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组件库

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.