https://github.com/srdjan/react-webcomp
ReactJS Web Component
https://github.com/srdjan/react-webcomp
Last synced: about 2 months ago
JSON representation
ReactJS Web Component
- Host: GitHub
- URL: https://github.com/srdjan/react-webcomp
- Owner: srdjan
- License: mit
- Created: 2015-01-25T15:27:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T09:55:56.000Z (over 7 years ago)
- Last Synced: 2025-03-06T10:59:02.872Z (about 2 months ago)
- Language: JavaScript
- Size: 182 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ReactJS Web Component
[Working demo](https://dl.dropboxusercontent.com/u/51491957/webcomp/index.html)
## Instructions
To install this module run:
```sh
npm install react-webcomp
```
next, require it inside of your app:
```sh
var Multistep = require('react-webcomp').Multistep
```To build included example:
```sh
npm run build
```
Now open ./index.html in your favorite browser## Dev instructions
First clone the repository and then run:
```sh
npm install
```To test run:
```sh
npm test
```