ReUI
Components

Video Text

Text with video background mask effect.

Installation

pnpm dlx shadcn@latest add https://reui.io/r/video-text.json

Examples

Default

Loading

API Reference

PropTypeDefault
src string | string[]
children ReactNode
className string
autoPlay booleantrue
muted booleantrue
loop booleantrue
preload enum "auto"
fontSize string | number"20vw"
fontWeight string | number"bold"
as ElementType"div"
onPlay () => void
onPause () => void
onEnded () => void

Credits