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