Skip to content

ZAspectRatio

AspectRatio component from zurto-ui.

Preview

16:9

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

tsx
<ZAspectRatio size="sm">Small</ZAspectRatio>
<ZAspectRatio size="md">Medium</ZAspectRatio>
<ZAspectRatio size="lg">Large</ZAspectRatio>

Accessibility

  • ✅ Proper ARIA attributes included
  • ✅ Keyboard navigation support
  • ✅ Screen reader friendly
  • ✅ Focus visible indicators

Released under the MIT License.