Gather text feedback with an associated emotion.
import { Feedback } from "@/components/ui/feedback"; export default function InlineDemo() { return <Feedback type="inline" label="Was this helpful?" />; }
Part of Geist — browse the full library on 21st.dev.