Components
Loading preview...
Blog Section with Rich Preview
@tommyjepsen
npx shadcn@latest add https://21st.dev/r/tommyjepsen/blog-section-with-rich-previewimport { Blog } from "@/components/ui/blog-section-with-rich-preview"
function BlogDemo() {
return (
<div className="w-full">
<Blog />
</div>
);
}
export { BlogDemo };