Animated
Animated Border Card
CardsCard with animated border
borderanimatedgradient
Installation
$
Usage
tsx
import { AnimatedBorderCard } from "@/components/nonaxial/animated-border-card"
export default function Example() {
return (
<AnimatedBorderCard>{/* Your content here */}</AnimatedBorderCard>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |