Components
Loading preview...
A polished feedback UI component that asks “Was this page helpful?” with Yes/No buttons, subtle animations, and a thank‑you message after selection. Fully responsive, supports light & dark mode, and includes micro‑interactions
@samhimself
npx shadcn@latest add https://21st.dev/r/samsiavoshian2009/feedback-promptimport { Component } from "@/components/ui/feedback-prompt";
export default function DemoOne() {
return <Component />;
}