@aelig/image
Image
Add
pnpm dlx shadcn@latest add @aelig/imageRenders an optional titled image block with optional link wrapping.
Preview
Image block
Usage
import Image from "@/components/blocks/image"
export function Section() {
return <Image {...sectionProps} />
}