# isui

> A high quality UI Toolkit, A Component Library for React 16+.

Latest version **1.0.4** (published 2018-05-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install isui
pnpm add isui
yarn add isui
bun add isui
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2018-05-04 |
| First published | 2018-01-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 829 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 14 |
| Author | shawn |
| Maintainers | dzx-shawn |
| Keywords | react, ui-react, react.js, react, component, components, ui |

## Links

- npm: https://www.npmjs.com/package/isui
- Repository: https://github.com/shawn2016/isui
- Homepage: https://github.com/shawn2016/isui#readme
- Issues: https://github.com/shawn2016/isui/issues
- npm.io page: https://npm.io/package/isui

## Dependencies (9)

- [react](https://npm.io/package/react.md) ^16.2.0
- [react-dom](https://npm.io/package/react-dom.md) ^16.2.0
- [classnames](https://npm.io/package/classnames.md) ^2.2.5
- [hotkeys-js](https://npm.io/package/hotkeys-js.md) ^2.0.8
- [react-slick](https://npm.io/package/react-slick.md) ^0.16.0
- [isui-iconfont](https://npm.io/package/isui-iconfont.md) ^1.0.2
- [async-validator](https://npm.io/package/async-validator.md) ^1.8.2
- [react-router-dom](https://npm.io/package/react-router-dom.md) ^4.2.2
- [react-transition-group](https://npm.io/package/react-transition-group.md) ^2.2.1

## Alternatives

- [@progress/kendo-ooxml](https://npm.io/package/@progress/kendo-ooxml.md) — 152.1K weekly downloads
- [@progress/kendo-react-ripple](https://npm.io/package/@progress/kendo-react-ripple.md) — 8.0K weekly downloads
- [@progress/kendo-react-orgchart](https://npm.io/package/@progress/kendo-react-orgchart.md) — 4.3K weekly downloads
- [@praxisui/dynamic-fields](https://npm.io/package/@praxisui/dynamic-fields.md) — 2.4K weekly downloads
- [@mesalvo/react-ui](https://npm.io/package/@mesalvo/react-ui.md) — 1.7K weekly downloads

## Recent versions

- 1.0.4 (latest) — 2018-05-04
- 1.0.3 — 2018-05-04
- 1.0.2 — 2018-01-25
- 1.0.1 — 2018-01-25
- 1.0.0 — 2018-01-24

## README

<p align="center">
  <a href="https://github.com/shawn2016/isui.git">
    <img width="150" src="https://github.com/shawn2016/icons/blob/master/favicon.png?sanitize=true">
  </a>
</p>

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(
  <Button type="primary">Hello</Button>, 
  document.getElementById('app')
);
```

### Documentation

Visit the [http://nodedai.com/isui/#/cn/quick-start](http://nodedai.com/isui/#/cn/quick-start) website for more information.

<p align="center">
<a href="https://github.com/shawn2016/isui.git"><img src="https://github.com/shawn2016/isui/blob/master/demo.png" /></a>
</p>

### 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.

---
_Source: https://npm.io/package/isui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
