Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

分享一个精简版react mobile ui库,希望有共同爱好的人一起来维护,包含且不限于react

$
0
0

如果以下内容对你有丝毫帮助,请别心疼你的star 传送门暂未放出正式版,目前仅供于学习交流

react-ui

Based on the react to maintain a set of ionic style of reusable component library

React-design

Show

demo

Phone preview

image

demo体验

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

Components of the plan, the subsequent will continue to add new components

  • [x] Button
  • [x] Input
  • [x] grid
  • [x] Switch
  • [ ] Numberbox
  • [ ] Checkbox
  • [ ] Select
  • [x] ActionSheet
  • [ ] Tabbar
  • [x] Dialog
  • [x] Toast
  • [ ] Popover
  • [x] Carousel
  • [ ] Popover
  • [ ] Navigation
  • [ ] Spiner
  • [ ] Datepicker
  • [ ] Processbar
  • [x] Searchbar
  • [ ] ShareGroup

Change log

Project Structure

   |-- example  
   |-- lib
   |-- src  
   |   |-- components  
   |   |   |-- button 
   |   |   |   |-- button.js
   |   |   |   |-- index.js
   |   |   |   `-- styles.less
   |   |   |-- ...  
   |   `-- index.js
   |-- .babelrc
   |-- .editorconfig
   |-- .eslintrc
   |-- .travis.yml
   |-- package.json
   `-- webpack.config.js

Welcome

  • Star
  • Fork
  • PR
  • Issue

Viewing all articles
Browse latest Browse all 14821

Trending Articles