docs: Improve header + sidebar

docs: Create workflows
lib: Start pagination
This commit is contained in:
venashial
2022-03-12 01:34:09 -08:00
parent de536d7305
commit b69ff6ca8a
28 changed files with 445 additions and 108 deletions

View File

@@ -1,13 +1,11 @@
---
title: Buttons
---
<script lang="ts">
import Button from "$lib/components/elements/buttons/Button.svelte"
</script>
<svelte:head>
<title>Buttons - Kleos</title>
</svelte:head>
# Buttons
<Button>Eat cake</Button>
<Button size="sm" color="primary">Small piece</Button>

View File

@@ -0,0 +1,11 @@
---
title: Pagination
---
<script lang="ts">
import Pagination from "$lib/components/elements/Pagination.svelte"
</script>
TODO
<Pagination page={20} count={50} />