NUIv3.0.7

VideoPlayer

A fully accessible, token-driven VideoPlayer component built with strict WAI-ARIA compliance.

tsx
import { VideoPlayer } from '@nofinite/nui';

Interactive Preview


Usage

Basic Example

tsx
import { VideoPlayer } from '@nofinite/nui';

<VideoPlayer />

API Reference

PropTypeDefaultDescription
url*string
classNamestring

Accessibility & Guidelines

  • Semantic Tokens: Built strictly using Nuicss semantic tokens (bg-surface, text-default, border-subtle, bg-primary).
  • Keyboard Navigation: Adheres to strict WAI-ARIA standards.
  • Screen Reader Support: Includes semantic roles and live regions where appropriate.