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