Image
A wrapper around the Astro Image component with conditional rendering.
---
import Image from 'fulldev-ui/components/Image.astro'
---
<Image src="/images/placeholder-landscape.webp" />
Props
Please reference src/components/Image.astro for now.