You've already forked pages
forked from didirus/AstralRinth
Improve docs
This commit is contained in:
11
src/routes/components/buttons.md
Normal file
11
src/routes/components/buttons.md
Normal 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>
|
||||
Reference in New Issue
Block a user