Video Player

Enhance media experiences with Bramble UI's video player component. Create engaging web interfaces with modern video playback and controls.

Usage

import {VideoPlayer} from '@/ui'
                
<VideoPlayer
    src='https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4'
    formats={['mp4', 'webm']}
    poster='http://media.w3.org/2010/05/bunny/poster.png'
/>

Output

/

Options

src: string
className?: string | undefined
formats?: any[] | undefined
poster?: string | undefined