Feedback Dialog
A low-friction reason and note form for turning negative feedback into signal.
Loading component preview…
Installation
Add the component source directly to your project.
pnpm dlx shadcn@latest add https://pastaui.com/r/feedback-dialog.jsonAPI reference
Feedback Dialog
| Prop | Type | Default | Description |
|---|---|---|---|
reasons | string[] | — | Provides the structured feedback reasons. |
reason | string | — | Controls the selected reason. |
comment | string | '' | Controls the optional written feedback. |
onSubmit | () => void | — | Submits the structured feedback. |