Preview

Installation
terminal
Other package managers
bunx --bun shadcn@latest add https://trents.tech/r/image-card.jsonUsage
example.tsx
import ImageCard from "@/components/ui/image-card"
<ImageCard
imageUrl="/my-image.jpg"
caption="A beautiful landscape"
/>