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

https://github.com/OnsenUI/react-onsenui-kitchensink

Kitchen Sink Example for Onsen UI React binding
https://github.com/OnsenUI/react-onsenui-kitchensink

Last synced: about 1 year ago
JSON representation

Kitchen Sink Example for Onsen UI React binding

Awesome Lists containing this project

README

          

# Onsen UI React Components Kitchensink

This app shows off some of the components in Onsen UI for React.

Please check out [this repo](https://github.com/OnsenUI/react-onsenui) for more info.

To test the demo, please visit [this link](http://onsenui.github.io/react-onsenui-kitchensink/demo.html).

You can also clone this repo and take a look at the code. Use the following commands to run it:

```
git clone git@github.com:OnsenUI/react-onsenui-kitchensink.git
cd react-onsenui-kitchensink
npm install
npm run dev
```

This will bundle all the files and open a web server at [http://localhost:8080](http://localhost:8080).