Browse components
Components

Button

Primary, secondary, or ghost; optional animated border and sound hooks.

Preview
Example
Code example
---
import Button from "../components/core/Button.astro";
---
<Button variant="primary">Confirm</Button>
<Button variant="ghost" sound={false}>Quiet</Button>