Skip to main content

Variable: GradientText

@arolariu/components


@arolariu/components / GradientText

Variable: GradientText

const GradientText: 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 motion library
  • 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?