Browse components
Components

Frame

Angled SVG border or square edges; optional glow and shimmer.

Preview
Framed

Angled border with glow.

Example
Code example
---
import Frame from "../components/core/Frame.astro";
---
<Frame variant="primary" glow>
  <div class="p-4">Content</div>
</Frame>