Variable: GradientText
@arolariu/components / GradientText
Variable: GradientText
constGradientText:ForwardRefExoticComponent<GradientTextProps&RefAttributes<HTMLSpanElement>>
Defined in: components/ui/gradient-text.tsx:41
Renders animated gradient-filled text with an optional neon glow layer.
Remarks
- Animated component using the
motionlibrary - Renders a
<span>element - Styling via CSS Modules with
--ac-*custom properties - Client-side only (
"use client"directive)
Example
<GradientText text="Launch ready" />
See
GradientTextProps for available props
// was this page useful?