Installation
Props
| Prop | Type | Default | Description |
|---|---|---|---|
open | boolean | - | Whether the panel is visible |
onOpenChange | (open: boolean) => void | - | Callback when visibility changes |
onSubmit | (feedback: FeedbackData) => void | - | Callback with rating and message |
sound | boolean | true | Enable soft tick on interactions |
FeedbackData
| Property | Type | Description |
|---|---|---|
rating | number | 1–3 satisfaction score |
label | string | Human label (Not great, Okay, Great) |
message | string | Optional comment (empty string if skipped) |

