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 DefaultDemo() {
return <Feedback label="Feedback" />;
}