https://github.com/boundstate/atlas-feedback-form
https://github.com/boundstate/atlas-feedback-form
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boundstate/atlas-feedback-form
- Owner: boundstate
- Created: 2022-01-27T18:46:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-27T18:49:23.000Z (over 4 years ago)
- Last Synced: 2025-04-08T22:32:30.360Z (about 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# feedback-form
JavaScript library for embedding feedback forms on webpages.
## Usage
FeedbackForm.embed({
css: 'feedback-form.min.css',
height: '320px',
url: 'http://example.com'
});