Improve docs

This commit is contained in:
venashial
2022-03-09 22:18:22 -08:00
parent d1babe27ec
commit c6df78eb81
14 changed files with 1471 additions and 1323 deletions

View File

@@ -0,0 +1,11 @@
<script lang="ts">
import Button from "$lib/components/elements/buttons/Button.svelte"
</script>
# Buttons
<Button>Eat cake</Button>
<Button size="sm" color="primary">Small piece</Button>
<Button size="lg" color="danger">Big part</Button>