@hashicorp/react-feedback-form
v0.3.0
Published
Create a feedback form to solicit feedback from users
Downloads
153
Maintainers
Keywords
Readme
FeedbackForm
The <FeedbackForm />
component is used to render a multi-step feedback form. Useful for collecting feedback from users at the bottom of pages.
Installation
npm install @hashicorp/react-feedback-form
Usage
See usage example in docs.mdx. To collect the feedback, pass in an onQuestionSubmit
callback. For additional props detail, see props.js.