You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
13 lines
259 B
Markdown
13 lines
259 B
Markdown
---
|
|
title: Buttons
|
|
---
|
|
|
|
<script lang="ts">
|
|
import Button from "$lib/components/elements/buttons/Button.svelte"
|
|
</script>
|
|
|
|
<Button>Eat cake</Button>
|
|
|
|
<Button size="sm" color="primary">Small piece</Button>
|
|
|
|
<Button size="lg" color="danger">Big part</Button> |