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

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

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
```