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,4 +1,4 @@
# Kleos
# Omorphia
*The Modrinth component library, in Svelte*
@@ -29,13 +29,13 @@ When creating a component, start with [GitHub's Primer styles](https://github.co
Install the package:
```bash
npm install kleos # or pnpm inst...
npm install omorphia # or pnpm inst...
```
Import a component:
```svelte
<script>
import { Button } from "kleos"
import { Button } from "omorphia"
</script>
<Button> Click me! </Button>