Text Effects

Video Mask Text

텍스트 마스크 안쪽으로 비디오가 재생되는 타이포그래피 컴포넌트입니다.

Preview

text media

Video Mask Text

video fills the letter mask

VIDEO

Installation

bash
Copied
1pnpm dlx shadcn@latest add https://ryong.dev/r/video-text.json

Code

typescript
Copied
1import { VideoText } from "@/components/video-text"23export default function Example() {4  return <VideoText src="/videos/demo.mp4">VIDEO</VideoText>5}

Props

PropTypeDefaultDescription
srcstring-Video source URL.
childrenReact.ReactNode-Content rendered inside the component.
classNamestring-Additional classes merged onto the component.
autoPlaybooleantrueWhether to autoplay the video.
mutedbooleantrueWhether to mute the video.
loopbooleantrueWhether to loop the video.

Reference

Reference Video Mask Text