Measured entry

hextaui-video-player

video-playerminimal-flat

A client-side React wrapper around the native video element with custom playback, seeking, volume, keyboard, auto-hide, and fullscreen controls. It ships as shadcn registry source and uses Tailwind theme utilities, class-variance-authority, lucide-react, and a local cn helper. Radix Slot is declared by the registry but not used in the component file.

Specimen
Harness screenshot of hextaui-video-player at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-video-player at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-video-player at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for hextaui-video-player
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal30.5 KB (95.9 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 1m 15s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/components/ui/video-player.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A credible source-owned player for shadcn-based apps, with responsive mounting and a useful control set. It needs a shadcn-style setup because the bare project cannot resolve its local utility import, so adoption elsewhere is a small integration task rather than a direct copy.

Use it if

  • You want source-owned controls that can be restyled with Tailwind classes.
  • Your product needs keyboard playback, seeking, volume, and fullscreen controls in one compact component.
  • Your app already follows shadcn import aliases, theme tokens, and utility conventions.

Skip it if

  • You need a drop-in package for a plain React project with no Tailwind or shadcn conventions.
  • You require built-in caption selection, playback-speed controls, picture-in-picture, or streaming-provider integration.
  • You prefer native browser controls and do not want to own custom media behavior.

Install

Installation record for hextaui-video-player
Declared dependencies@radix-ui/react-slot
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add React, Tailwind, class-variance-authority, and lucide-react; provide the expected cn utility and import alias or rewrite that import. Map the component's theme utility classes to your design tokens. The registry also declares Radix Slot, although this source does not import it.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

License
MIT
Record published
2026-08-14

Alternatives

Other published entries for the video-player pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.