BEACH
Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
src | string | - | The video source URL |
className | string? | "" | Additional class names for the container |
autoPlay | boolean? | true | Whether the video should autoplay |
muted | boolean? | true | Whether the video should be muted |
loop | boolean? | true | Whether the video should loop |
preload | "auto" / "metadata" / "none" | "auto" | The video preload option |
children | ReactNode | - | The content to display on top of the video |
fontSize | string / number | 20 | Font size for the text mask |
fontWeight | string / number | bold | Font weight for the text mask |
textAnchor | string | middle | Text anchor for the text mask |
dominantBaseline | string | middle | Dominant baseline for the text mask |
fontFamily | string | sans-serif | Font family for the text mask |
as | ElementType | "div" | The element type to render for the text |