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