https://github.com/flyfloor/react-uikits
react uikits
https://github.com/flyfloor/react-uikits
react react-components
Last synced: about 1 year ago
JSON representation
react uikits
- Host: GitHub
- URL: https://github.com/flyfloor/react-uikits
- Owner: flyfloor
- License: mit
- Created: 2016-08-10T04:01:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T08:04:35.000Z (almost 5 years ago)
- Last Synced: 2025-04-26T00:03:37.787Z (about 1 year ago)
- Topics: react, react-components
- Language: JavaScript
- Homepage: https://braavos.me/react-uikits
- Size: 4.18 MB
- Stars: 51
- Watchers: 2
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## React uikit
[](https://www.npmjs.com/package/react-uikits)
[](https://www.npmjs.com/package/react-uikits)
基于 React.js 的企业平台组件解决方案
## 主页: [http://flyfloor.github.io/react-uikits](http://flyfloor.github.io/react-uikits)
## Release Note: [relase note](./release.md)
## 组件
* CheckBox
* Radio
* CheckBoxGroup
* RadioGroup
* DropDown
* Menu
* ConfirmBox
* Tooltip
* Modal
* Tab
* Pin
* Carousel
* Pagination
* SlideMenu
* DatePicker
* TimeInput
* Calendar
* Progress
* Toast
* NoticeCenter
* ...
## 安装:
```
npm install react-uikits --save
```
## 引入:
```
import {DropDown, Pagination} from 'react-uikits
```
## 样式:
```
import styles from 'react-uikits/less/main.less
```
## 使用:
```
apple
banana
cat
```
## 意见反馈:
[意见反馈](https://github.com/jerryshew/react-uikits/issues)