Text Effects

Gradient Text

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

Preview

text motion

Aurora Text

gradient color flows through text

Installation

bash
Copied
1pnpm dlx shadcn@latest add https://ryong.dev/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

PropTypeDefaultDescription
childrenReact.ReactNode-Content rendered inside the component.
classNamestring-Additional classes merged onto the component.
colorsstring[]built-in paletteGradient colors.
speednumber1Animation speed multiplier.

Reference

Reference Gradient Text