A customizable video component for playing media with controls and responsive styling.
lucide-reactInstall the following dependencies:
| Prop | Type | Default |
|---|---|---|
| sources | string | - |
| poster | string | - |
| autoPlay | boolean | false |
| controls | boolean | true |
| loop | boolean | false |
| muted | boolean | autoPlay |
| playsInline | boolean | true |
| preload | none, metadata, auto | metadata |
| width | number | - |
| height | number | - |
| size | sm, md, lg | md |
| dialog | boolean | false |
| dialogFrom | top, bottom, left, right | top |