mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 17:14:50 +00:00
377 B
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>