Video Player
8starlabs-ui/video-player-demoFreeExample
A video player demo component
Live preview
live · rendered by the registry
Rendered by 8starlabs-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://ui.8starlabs.com/r/video-player-demo.jsonSource
1import VideoRoot, {2 VideoViewport,3 VideoControls,4 VideoPlayTrigger,5 VideoFullscreenTrigger,6 VideoProgressBar,7 VideoSoundControl,8 VideoPipTrigger9} from "@/registry/8starlabs-ui/blocks/video-player";1011export default function VideoPlayerDemo() {12 return (13 <VideoRoot className="rounded-lg">14 <VideoViewport src="https://vjs.zencdn.net/v/oceans.mp4" />1516 <VideoControls className="flex items-center justify-between gap-4">17 <VideoPlayTrigger />18 <VideoSoundControl />19 <VideoProgressBar />20 <VideoPipTrigger />21 <VideoFullscreenTrigger />22 </VideoControls>23 </VideoRoot>24 );25}
Files it writes
More from 8starlabs-ui
All 74 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Buttonbutton-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-countdown-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-showdays-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-size-demo | 8starlabs-ui | Examples | Free | no deps | |
| Flip clockflip-clock-variants-demo | 8starlabs-ui | Examples | Free | no deps | |
| Heatmapheatmap-custom-colors-demo | 8starlabs-ui | Examples | Free | no deps | |
| Heatmapheatmap-custom-display-demo | 8starlabs-ui | Examples | Free | no deps |
