VideoPlayer
VideoPlayer Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| title | text | — | |
| isPlaying | boolean | — | |
| progress | number | — |
Default
Playing
WithProgress
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
isPlaying | boolean | — | Playing state |
progress | number | — | Progress (0-100) |
title | text | — | Video title |
Using VideoPlayertsx
import { VideoPlayer } from '@/components/VideoPlayer'
<VideoPlayer
title="..."
isPlaying="..."
progress="..."
/>Tokens Used
No design tokens detected