ZImage
Image component from zurto-ui.
Preview
🖼️ Image
Import
typescript
import { ZImage } from "zurto-ui";Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | - | Component content |
className | string | - | Additional CSS classes |
Sizes
tsx
<ZImage size="sm">Small</ZImage>
<ZImage size="md">Medium</ZImage>
<ZImage size="lg">Large</ZImage>Accessibility
- ✅ Proper ARIA attributes included
- ✅ Keyboard navigation support
- ✅ Screen reader friendly
- ✅ Focus visible indicators