# meetui
mobile ui components based on react

## DEV
OSX v10.11.4

Node v5.8.0

npm v3.8.1

## clone
```
git clone https://github.com/zhiquan-yu/meetui.git
```

## start
doc 目录下的示例
```
npm start
```

## components

### Bar
* NavBar
* BarButtonItem
* TabBar
* TabBarItem
* ToolBar
* SearchBar

### View
* TableView
* TableViewCell
* CollectionView
* CollectionViewCell

### Form
* Form
* FormItem
* Label
* Input
* Select
* Option
* Button

### Icon
* Icon

### Chat
* Chat
* ChatItem
* HeadPortrait
* ChatBubble

## todos
[ ] iOS box-shadow 无效
