Variable: GradientBackground
@arolariu/components / GradientBackground
Variable: GradientBackground
constGradientBackground:ForwardRefExoticComponent<Omit<GradientBackgroundProps,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/gradient-background.tsx:31
Renders a continuously shifting multicolor gradient background.
Remarks
- Animated component using the
motionlibrary - Renders a
<div>element - Styling via CSS Modules with
--ac-*custom properties - Client-side only (
"use client"directive)
Example
<GradientBackground />
See
GradientBackgroundProps for available props
// was this page useful?