Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shigebeyond/react-ratchet-components


https://github.com/shigebeyond/react-ratchet-components

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

# react-ratchet-componnent
本项目基于react,封装了ratchet的组件。直接使用了另外的项目[react-ratchet](https://github.com/lzcmaro/react-ratchet)的代码

##React v0.1.4 support

##local setup

* install

`npm install react-ratchet-componnent`

* use

有以下的组件: Badge, Button, Card, Fade, Form, FormButton, Select, ActionSheet, Scroll, Icon, Input, Link, List, Media, Modal, NavBar, NavButton, NavPopover, Page, Portal, SegmentedControl, Slider, SliderItem, TabBar, Toggle, Transition

例子如下:

```
var {Badge} = require('react-ratchet-componnent');
var badgeInstance = (


1
2
3
4

1
2
3
4

);

ReactDOM.render(badgeInstance, mountNode);
```