tym-feedbkack-button
v1.0.0
Published
Oguzhan SEZER feedback react component
Readme
TY-FEEDBACK-BUTTON
React Feedback Component
for live demo there is a icon at right corner click it!
Features
- Collects all feedback at GoogleSheets
- Customizable interface
- Easy integration
Installation
This repo is an npm package. for use: ty-feedbkack-button requires Node.js to run.
npm i ty-feedbkack-button
add import TYFeedback from 'ty-feedbkack-button'
use <TYFeedback sheetMonkeyUrl='u need to sheet monkey url [sheetMonkey](https://sheetmonkey.io/)' />Feedbacks at google sheets
Props (this area will be updated)
| Prop | type | isRequired | | ----------------------- | ----------------------------- | ---------- | | formTitleText | string | optional | | formContentText | string | optional | | sheetMonkeyUrl | string (sheetMonkeyUrl) | required | | modalWidth | string or number | optional | | modalZIndex | number | optional | | modalClosable | boolean | optional | | successText | string | optional | | modalClassName | string | optional | | feedbackButtonClassName | string | optional | | formTitleClassName | string | optional | | formTitleColor | string | optional | | formTitleAlign | 'left' or'center' or 'right'; | optional | | onSubmit() | () => void | optional |
