Effects/GradientBorder

GradientBorder

A wrapper that gives any element an animated rotating gradient border. Great for premium cards, featured sections, and call-to-action buttons.

import { GradientBorder } from "@animui/ui"

Animated (default)

Gradient Border

Animated rotating gradient.

Static gradient

Static gradient

Premium card

Premium Card

Highlight important content.

Props

PropTypeDefaultDescription
gradientstring"linear-gradient(135deg,#8b5cf6,#3b82f6,#10b981,#8b5cf6)"CSS gradient for the border.
borderWidthnumber2Border thickness in px.
borderRadiusstring"16px"Border radius of the outer container.
animatedbooleantrueWhether the gradient rotates continuously.
durationnumber4Rotation duration in seconds.
innerClassNamestringClasses on the inner white content box.
classNamestringClasses on the outer wrapper.
© 2026 Steal Shadow. MIT License.Report an issue