@aelig/blog

Blog

Add

pnpm dlx shadcn@latest add @aelig/blog

Renders a blog article list with images, excerpts, and article links.

Preview

Registry Journal

Abstract product preview

Designing a registry workflow

A short look at reusable UI, page sections, and installable code.

Abstract product preview

Shipping installable blocks

Package real page sections with their supporting UI.

Usage

import { Blog } from "@/components/blocks/blog"

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