1
0
Files
AstralRinth/src/routes/components/Checkbox.md
2022-06-04 00:46:23 -07:00

377 B

Text-only Example

<script lang="ts">
	import { Checkbox } from 'omorphia'
</script>

<Checkbox>Extra components</Checkbox>

Text with Icon Example

<script lang="ts">
	import { Checkbox } from 'omorphia'
	import IconCarrot from 'virtual:icons/lucide/carrot'
</script>

<Checkbox><IconCarrot /> Food</Checkbox>