Video Player Demo
sora-ui/demo-video-playerFreeComponent
Trigger button that opens the modal video player with a sample chaptered video.
Install it
npx shadcn@latest add https://ui.soralabs.io.vn/r/demo-video-player.jsonSource
1"use client";23import { VideoPlayer } from "@/components/sora-ui/effects/video-player";45const DEMO_VIDEO_SRC = "https://sora.axyl.io.vn/media/demo/testimonials.webm";67const CHAPTERS = [8 { start: 0, title: "Intro" },9 { start: 15, title: "The orchard" },10 { start: 60, title: "Trouble arrives" },11 { start: 120, title: "The chase" },12 { start: 240, title: "Showdown" },13 { start: 480, title: "Credits" },14];1516export default function VideoPlayerDemo() {17 return (18 <div className="flex items-center justify-center">19 <VideoPlayer chapters={CHAPTERS} defaultSpeed={1} src={DEMO_VIDEO_SRC} />20 </div>21 );22}
What it pulls in
Other registry items
Files it writes
More from Sora UI
All 97 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | Sora UI | Components | Free | 2 deps | |
| Border Trailborder-trail | Sora UI | Components | Free | 1 dep | |
| Bottom Sheetbottom-sheet | Sora UI | Components | Free | 2 deps | |
| Cursor Bubblecursor-bubble | Sora UI | Components | Free | 2 deps | |
| Cursor Trail Revealcursor-trail-reveal | Sora UI | Components | Free | 1 dep | |
| Custom Cursorcustom-cursor | Sora UI | Components | Free | 2 deps | |
| Accordion Demodemo-accordion | Sora UI | Components | Free | no deps | |
| Border Trail Demodemo-border-trail | Sora UI | Components | Free | no deps |
