Text Effects
Video Mask Text
텍스트 마스크 안쪽으로 비디오가 재생되는 타이포그래피 컴포넌트입니다.
Preview
text media
Video Mask Text
video fills the letter mask
VIDEO
Installation
bash
Copied
bash
Copied
bash
Copied
bash
Copied
Code
typescript
Copied
Props
src
- Type
- string
- Default
- -
- Description
- Video source URL.
children
- Type
- React.ReactNode
- Default
- -
- Description
- Content rendered inside the component.
className
- Type
- string
- Default
- -
- Description
- Additional classes merged onto the component.
autoPlay
- Type
- boolean
- Default
- true
- Description
- Whether to autoplay the video.
muted
- Type
- boolean
- Default
- true
- Description
- Whether to mute the video.
loop
- Type
- boolean
- Default
- true
- Description
- Whether to loop the video.