Components
Loading preview...
Gather text feedback with an associated emotion.
@shugar
npx shadcn@latest add https://21st.dev/r/shugar/feedbackimport { Feedback } from "@/components/ui/feedback";
export default function InlineDemo() {
return <Feedback type="inline" label="Was this helpful?" />;
}