Skip to content

ZImage

Image component from zurto-ui.

Preview

🖼️ Image

Import

typescript
import { ZImage } from "zurto-ui";

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-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

Released under the MIT License.