Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flyfloor/react-uikits
react uikits
https://github.com/flyfloor/react-uikits
react react-components
Last synced: 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-22T08:04:35.000Z (over 3 years ago)
- Last Synced: 2024-10-10T12:38:35.132Z (2 months ago)
- Topics: react, react-components
- Language: JavaScript
- Homepage: https://braavos.me/react-uikits
- Size: 4.18 MB
- Stars: 52
- Watchers: 2
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## React uikit
[![Downloads](https://img.shields.io/npm/dt/react-uikits.svg)](https://www.npmjs.com/package/react-uikits)
[![Version](https://img.shields.io/npm/v/react-uikits.svg)](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)