react-component-lib
v1.1.6
Published
a full base ui library to reactjs
Maintainers
Readme
UI Library for React
live demo
todolist
- Input & Textarea

- Validate
- Pagination

- Table

- Checkbox

- CheckboxGroup

- Radio

- RadioGroup

- Select

- Tree

- Datepicker

- Message
- Form

- Dialog

- Upload

- Tab

- Accordion
- AutoComplete
- Progress

- Tooltip

- Slider

- Button

- Spinner

usage
First, npm install react-component-lib
Then:
var RUI = require('react-component-lib');
// or
import RUI, {Button, Input} from 'react-component-lib';whatever require or import, RUI will patch a global variable named: RUI, such as window.RUI
Note:
Make sure you import React and ReactDOM before RUI
In my case, I use <script src="react+reactdom.js"></script> to import React before RUI,
React is so big, I expect to split it into a common file, and Browser will cache it
how to develop
npm install
// Mac & Linux
npm run example
// Windows
npm run example-win
browser example/index.html