Video Player

display

Custom video player with playback controls, progress bar, and fullscreen.

Preview

No preview available

Check the code examples below.

Installation

npm install @launchapp/design-system
Import
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

PropTypeDefaultDescription
src*
stringVideo source URL.
poster
stringPoster image shown before playback.
autoPlay
booleanfalseStart playback automatically.
muted
booleanfalseStart muted.