1
0

docs: Improve example component + Fix sidebar on mobile

This commit is contained in:
venashial
2022-04-16 00:29:35 -07:00
parent 6aaced0c04
commit a48e6f82d1
34 changed files with 323 additions and 282 deletions

View File

@@ -1,6 +1,6 @@
### Text-only Example
```svelte example
```svelte example raised
<script lang="ts">
import { Checkbox } from "omorphia";
</script>
@@ -10,7 +10,7 @@
### Text with Icon Example
```svelte example
```svelte example raised
<script lang="ts">
import { Checkbox } from "omorphia";
import IconCarrot from 'virtual:icons/lucide/carrot'