Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sujalxplores/react-custom-widget-template
- Owner: SujalXplores
- Created: 2021-08-03T09:50:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T04:29:34.000Z (over 3 years ago)
- Last Synced: 2024-12-22T05:42:30.743Z (26 days ago)
- Topics: embaddable, react, styled-components, widget
- Language: JavaScript
- Homepage:
- Size: 217 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.