An Example card component of social media post.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/post-card
Loading preview...
import { PostCard } from "@/components/ui/post-card"; const DemoOne = () => { return <PostCard />; }; export { DemoOne };