@aelig/text

Text

Add

pnpm dlx shadcn@latest add @aelig/text

Renders a titled section of text paragraphs.

Preview

Text block

Blocks are installable page sections with real component dependencies.

Use them as starting points for product, content, and commerce pages.

Usage

import Text from "@/components/blocks/text"

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