Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sujalxplores/react-custom-widget-template

Simple floating widget in React.js which can be embedded to any website.
https://github.com/sujalxplores/react-custom-widget-template

embaddable react styled-components widget

Last synced: 17 days ago
JSON representation

Simple floating widget in React.js which can be embedded to any website.

Awesome Lists containing this project

README

        

# Creating React “Widgets” that can be embedded on any website, by anyone

### Features:

✅ Latest react v17.0.2 support
✅ Generates single javascript file (Note: I used `styled-components` to include style in widget.)
✅ ES6 support

### To build widget

Run `npm run build:widget` that generates javascript in docs file.

### To run in dev environment

Run `npm start`.