0.0.1 • Published 2 years ago
@berkozturk97/react-feedback-modal v0.0.1
Feedback Modal
Property List
Property | Description | Types | Required |
---|---|---|---|
textAreaPlaceHolder | Changes text area place holder | string | optional |
textAreaMaxLength | Changes text area max charachters length | number | optional |
client | Sets google sheet client name | string | optional |
overlayClassName | Sets className for container | string | optional |
customButtonClassName | Sets className for customButton | string | optional |
customWidth | Changes customButton width | string | optional |
customButtonBackgroundColor | Changes customButton backgorund color | string | optional |
successText | Changes default success message text | string | optional |
successTextColor | Changes default sucess message text color | string | optional |
successTextFontWeight | Changes default sucess message text font weight | string or number | optional |
successTextFontSize | Changes default sucess message text font size | string | optional |
successTextIsUppercase | Sets success text's letter capitalization | boolean | optional |
modalContainerClassName | Sets className for container | string | optional |
contentContainerClassName | Sets className for container | string | optional |
formContainerClassName | Sets className for form container | string | optional |
titleText | Changes default modal title | string | optional |
requestURL | If user need to use their own endpoint, they may use this prop | string | optional |