Components
Loading preview...
this is a comment reply component designed for modern and minimilist social apps
@theutkarshmail
npx shadcn@latest add https://21st.dev/r/theutkarshmail/comment-replyimport { Component } from "@/components/ui/comment-reply";
export default function DemoOne() {
return <Component />;
}