Animated Border
Create an animated border that moves infinitely around the element.
Loading...
Installation
Usage
<div className="rounded relative bg-card size-60 overflow-hidden">
<AnimatedBorder
color="#DE6449"
className="absolute inset-0 border border-[#DE6449]/20"
/>
</div>Props
| Prop | Type | Default |
|---|---|---|
color? | string | var(--primary) |