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

https://github.com/miteshtagadiya/embedded-react-widget

Embedded React Widget to deploy on your website.
https://github.com/miteshtagadiya/embedded-react-widget

embedded-react-widget embedded-widget react-widget react-widgets

Last synced: 10 months ago
JSON representation

Embedded React Widget to deploy on your website.

Awesome Lists containing this project

README

          

Embedded React Widget

- Embedded React Widget to deploy on your website.

## Demo

## Running the widget

### Install dependencies

```sh
$ npm install
```

### Start the development server

```sh
$ npm start
```

### Production build
```
$ npm run build
... create files in /dist
```
## How to add Embedded widgets to you website?
- Add /dist/widget.js file to your project.
- import widget.js file.
```

```
- Mount EmbeddableWidget.
```
`
EmbeddableWidget.mount();

```
## Acknowledgments
I found helpful guidance in this project from the following site:

https://github.com/seriousben/embeddable-react-widget