Frame
Angled SVG border or square edges; optional glow and shimmer.
Framed
Angled border with glow.
Code example
---
import Frame from "../components/core/Frame.astro";
---
<Frame variant="primary" glow>
<div class="p-4">Content</div>
</Frame>