@aelig/blogpost

Blogpost

Add

pnpm dlx shadcn@latest add @aelig/blogpost

Renders a blog article page with rich HTML content and social share buttons.

Preview

Designing a registry workflow

Usage

import Blogpost from "@/components/blocks/blogpost"

export function Section() {
  return <Blogpost {...sectionProps} />
}