@aelig/image

Image

Add

pnpm dlx shadcn@latest add @aelig/image

Renders an optional titled image block with optional link wrapping.

Preview

Image block

Commerce preview

Usage

import Image from "@/components/blocks/image"

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