AnimatedBorder
React island: conic-gradient border (Framer Motion).
React island — border animates when visible.
Code example
---
import AnimatedBorder from "../components/effects/AnimatedBorder.jsx";
---
<AnimatedBorder client:visible>
<div class="p-4">Island content</div>
</AnimatedBorder>