Video Player
displayCustom video player with playback controls, progress bar, and fullscreen.
Preview
No preview available
Check the code examples below.
Installation
npm install @launchapp/design-systemImport
import { VideoPlayer } from "@launchapp/design-system";Examples
Product demo video
<VideoPlayer src="https://example.com/demo.mp4" poster="https://example.com/thumb.jpg" muted/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
src* | string | — | Video source URL. |
poster | string | — | Poster image shown before playback. |
autoPlay | boolean | false | Start playback automatically. |
muted | boolean | false | Start muted. |