Gather text feedback with an associated emotion.
Loading preview...
import { Feedback } from "@/components/ui/feedback"; export default function InlineDemo() { return <Feedback type="inline" label="Was this helpful?" />; }