@aelig/cards

Cards

Add

pnpm dlx shadcn@latest add @aelig/cards

Renders a responsive grid or list of linked cards with optional media and icons.

Preview

Featured tools

Blocks

Install typed blocks with their supporting UI.

UI

Build consistent interfaces from primitives.

Usage

import { Cards } from "@/components/blocks/cards"

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