Skip to content

Buttons

The button is a simple element to which you can add as much logic as you want, and place it wherever you like.

src/pages/index.astro
---
// Import
import Button from "../components/Button.astro";
---
(...)
<Button />
(...)

Feel free to add any logic you want; we recommend using artificial intelligence.