Feedback Bar
A component to collect user feedback on AI responses.
Was this response helpful?
Installation
Examples
Icon
Rate this AI response
Props
Feedback Bar
| Name | Type | Default |
|---|---|---|
title | string | |
icon | Snippet | |
onHelpful | () => void | |
onNotHelpful | () => void | |
onClose | () => void | |
class | string | |
...props | HTMLAttributes<HTMLDivElement> | |