Text Effects

Gradient Text

오로라처럼 흐르는 그라데이션을 텍스트에 입히는 효과입니다.

Preview

text motion

Aurora Text

gradient color flows through text

Installation

bash
Copied
1pnpm dlx shadcn@latest add https://ryong-blog.vercel.app/r/aurora-text.json

Code

typescript
Copied
1import { AuroraText } from "@/components/aurora-text"23export default function Example() {4  return <AuroraText>Aurora Text</AuroraText>5}

Props

children

Type
React.ReactNode
Default
-
Description
Content rendered inside the component.

className

Type
string
Default
-
Description
Additional classes merged onto the component.

colors

Type
string[]
Default
built-in palette
Description
Gradient colors.

speed

Type
number
Default
1
Description
Animation speed multiplier.

Reference

Reference Gradient Text