1.0.0 • Published 2 years ago

tym-feedbkack-button v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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)

ProptypeisRequired
formTitleTextstringoptional
formContentTextstringoptional
sheetMonkeyUrlstring (sheetMonkeyUrl)required
modalWidthstring or numberoptional
modalZIndexnumberoptional
modalClosablebooleanoptional
successTextstringoptional
modalClassNamestringoptional
feedbackButtonClassNamestringoptional
formTitleClassNamestringoptional
formTitleColorstringoptional
formTitleAlign'left' or'center' or 'right';optional
onSubmit()() => voidoptional