BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Kibo UI Registry/video-player

video-player

kibo-ui-registry/video-player
FreeComponent

A composable, shadcn/ui styled video player component that uses the media-chrome library.

Live preview

live · rendered by the registry
Rendered by Kibo UI Registry on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://www.kibo-ui.com/r/video-player.json

Source

index.tsxwww.kibo-ui.com/r/video-player.json
1"use client";
2
3import {
4 MediaControlBar,
5 MediaController,
6 MediaMuteButton,
7 MediaPlayButton,
8 MediaSeekBackwardButton,
9 MediaSeekForwardButton,
10 MediaTimeDisplay,
11 MediaTimeRange,
12 MediaVolumeRange,
13} from "media-chrome/react";
14import type { ComponentProps, CSSProperties } from "react";
15import { cn } from "@/lib/utils";
16
17export type VideoPlayerProps = ComponentProps<typeof MediaController>;
18
19const variables = {
20 "--media-primary-color": "var(--primary)",
21 "--media-secondary-color": "var(--background)",
22 "--media-text-color": "var(--foreground)",
23 "--media-background-color": "var(--background)",
24 "--media-control-hover-background": "var(--accent)",
25 "--media-font-family": "var(--font-sans)",
26 "--media-live-button-icon-color": "var(--muted-foreground)",
27 "--media-live-button-indicator-color": "var(--destructive)",
28 "--media-range-track-background": "var(--border)",
29} as CSSProperties;
30
31export const VideoPlayer = ({ style, ...props }: VideoPlayerProps) => (
32 <MediaController
33 style={{
34 ...variables,
35 ...style,
36 }}
37 {...props}
38 />
39);
40
41export type VideoPlayerControlBarProps = ComponentProps<typeof MediaControlBar>;
42
43export const VideoPlayerControlBar = (props: VideoPlayerControlBarProps) => (
44 <MediaControlBar {...props} />
45);
46
47export type VideoPlayerTimeRangeProps = ComponentProps<typeof MediaTimeRange>;
48
49export const VideoPlayerTimeRange = ({
50 className,
51 ...props
52}: VideoPlayerTimeRangeProps) => (
53 <MediaTimeRange className={cn("p-2.5", className)} {...props} />
54);
55
56export type VideoPlayerTimeDisplayProps = ComponentProps<
57 typeof MediaTimeDisplay
58>;
59
60export const VideoPlayerTimeDisplay = ({
61 className,
62 ...props
63}: VideoPlayerTimeDisplayProps) => (
64 <MediaTimeDisplay className={cn("p-2.5", className)} {...props} />
65);
66
67export type VideoPlayerVolumeRangeProps = ComponentProps<
68 typeof MediaVolumeRange
69>;
70
71export const VideoPlayerVolumeRange = ({
72 className,
73 ...props
74}: VideoPlayerVolumeRangeProps) => (
75 <MediaVolumeRange className={cn("p-2.5", className)} {...props} />
76);
77
78export type VideoPlayerPlayButtonProps = ComponentProps<typeof MediaPlayButton>;
79
80export const VideoPlayerPlayButton = ({
81 className,
82 ...props
83}: VideoPlayerPlayButtonProps) => (
84 <MediaPlayButton className={cn("p-2.5", className)} {...props} />
85);
86
87export type VideoPlayerSeekBackwardButtonProps = ComponentProps<
88 typeof MediaSeekBackwardButton
89>;
90
91export const VideoPlayerSeekBackwardButton = ({
92 className,
93 ...props
94// … truncated

What it pulls in

npm packages

  • media-chrome

Files it writes

  • index.tsx

Facts

Registry
Kibo UI Registry
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-09
Last confirmed
today

Go to the source

Docs on Kibo UI Registry www.kibo-ui.com Raw registry item This item as JSON

More from Kibo UI Registry

All 41 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
announcementannouncementKibo UI RegistryComponentsFreeno deps
avatar-stackavatar-stackKibo UI RegistryComponentsFreeno deps
bannerbannerKibo UI RegistryComponentsFree2 deps
calendarcalendarKibo UI RegistryComponentsFree3 deps
choiceboxchoiceboxKibo UI RegistryComponentsFree2 deps
code-blockcode-blockKibo UI RegistryComponentsFree5 deps · 2 files
color-pickercolor-pickerKibo UI RegistryComponentsFree3 deps
comboboxcomboboxKibo UI RegistryComponentsFree2 deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex