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
- Host: GitHub
- URL: https://github.com/OnsenUI/react-onsenui-kitchensink
- Owner: OnsenUI
- License: mit
- Created: 2016-03-10T08:45:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T03:47:51.000Z (almost 8 years ago)
- Last Synced: 2024-08-04T23:10:10.677Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 18.2 MB
- Stars: 51
- Watchers: 7
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-onsenui - react-onsenui-kitchensink - Official kitchensink example of `react-onsenui`. (Examples / React)
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).