<FuiImage src="https://placehold.co/300x200/2564EB/FFFFFF?text=Image" alt="Placeholder" width="300" height="200" /><FuiImage src="..." alt="..." shape="circular" width="150" height="150" />
<FuiImage src="..." alt="..." shape="rounded" width="150" height="150" />
<FuiImage src="..." alt="..." shape="square" width="150" height="150" /><FuiImage src="..." bordered width="200" height="150" />
<FuiImage src="..." shadow width="200" height="150" />| Prop | Type | Default | Description |
|---|---|---|---|
| src | string | required | Image URL |
| alt | string | required | Alt text |
| bordered | boolean | false | Border style |
| shadow | boolean | false | Box shadow |
| shape | circular | rounded | square | square | Border shape |
| fit | cover | contain | fill | cover | Object fit |
| lazy | boolean | false | Lazy loading |