@aelig/blogpost
Blogpost
Add
pnpm dlx shadcn@latest add @aelig/blogpostRenders a blog article page with rich HTML content and social share buttons.
Preview
Designing a registry workflow
Composable sections
Blocks combine registry primitives into production-ready page regions.
- Typed props
- Installable dependencies
- Reusable presentation
Share article
Usage
import Blogpost from "@/components/blocks/blogpost"
export function Section() {
return <Blogpost {...sectionProps} />
}