Image
The image component is a minimal wrapper around the Astro Image component.

---import image from "@/assets/image-placeholder.webp"
import { Image } from "@/components/ui/image"---
<Image src={image} alt="Image placeholder" class="w-full max-w-md rounded-lg" />Installation
Section titled “Installation”To install the image component, run the following command:
npx shadcn@latest add @fulldev/imageimport { Image } from "@/components/ui/image"<Image src={image} alt="Description" />