[feat] better group chat

This commit is contained in:
kwaroran
2023-05-31 05:08:46 +09:00
parent 7805092992
commit 7ea768cb5b
9 changed files with 208 additions and 57 deletions

View File

@@ -3,9 +3,10 @@
export let check = false
export let onChange = (check) => {}
export let margin = true
</script>
<label class="mr-2">
<label class:mr-2={margin}>
<input type="checkbox" class="hidden" bind:checked={check} on:change={() => {
onChange(check)
}}>