Skip to content

ZVideo

Video component from zurto-ui.

Preview

▶️ Video Player

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.