fruit-ui
v0.4.1
Published
react 移动端 UI
Downloads
4
Maintainers
Readme
react-ionic
基于react维护的一套ionic风格的可复用组件库
Installation
git clone https://github.com/react-design/react-ui.gitInstall dependencies
npm install --registry=https://registry.npm.taobao.org --verboseStart server
npm startHow to visit
Open url http://127.0.0.1:8080/ in browser.
Components
计划中的组件,后续应该会不断加入新的组件
- [x] Button
- [ ] Input
- [ ] grid
- [x] Switch
- [ ] Numberbox
- [ ] Checkbox
- [ ] Select
- [ ] ActionSheet
- [ ] Tabbar
- [ ] Dialog
- [ ] Toast
- [ ] Popover
- [ ] Carousel
- [ ] Popover
- [ ] Navigation
- [ ] Spiner
- [ ] Datepicker
- [ ] Processbar
- [ ] Searchbar
- [ ] ShareGroup
Change log
项目结构
|-- example
|-- lib
|-- src
| |-- components
| | |-- button
| | | |-- button.js
| | | |-- index.js
| | | `-- styles.less
| | |-- ...
| `-- index.js
|-- .babelrc
|-- .editorconfig
|-- .eslintrc
|-- .travis.yml
|-- package.json
`-- webpack.config.js