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