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-11-18T10:35:24.446Z (over 1 year 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
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).