0.4.1 • Published 8 years ago

fruit-ui v0.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

react-ionic

基于react维护的一套ionic风格的可复用组件库

Installation

git clone https://github.com/react-design/react-ui.git

Install dependencies

npm install --registry=https://registry.npm.taobao.org --verbose

Start server

npm start

How to visit

Open url http://127.0.0.1:8080/ in browser.

Components

计划中的组件,后续应该会不断加入新的组件

  • Button
  • Input
  • grid
  • 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