Components
Loading preview...
Here is Feedback card
@arihantcodes_1f7b8c4d
npx shadcn@latest add https://21st.dev/r/arihantcodes_1f7b8c4d/feedback-card// This is a demo of a preview
import { Component } from "@/components/ui/feedback-card";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<Component />
</div>
);
};
export default DemoOne;