0.2.5 • Published 2 years ago

@hashicorp/react-feedback-form v0.2.5

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
2 years ago

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.