@aelig/blog
Blog
Add
pnpm dlx shadcn@latest add @aelig/blogRenders a blog article list with images, excerpts, and article links.
Preview
Registry Journal
Designing a registry workflow
A short look at reusable UI, page sections, and installable code.
Usage
import { Blog } from "@/components/blocks/blog"
export function Section() {
return <Blog {...sectionProps} />
}