Gradient Text
componentText with an animated flowing gradient. Bring your own colors and speed.
Ship faster
Installation
Namespace
npx shadcn@latest add @soultel/gradient-textURL
npx shadcn@latest add https://asafefe.dev/r/gradient-text.jsonUsage
import { GradientText } from "@/components/gradient-text"
export function Example() {
return <GradientText className="text-3xl font-bold">Ship faster</GradientText>
}