feat: chat menu tag

This commit is contained in:
Timothy J. Baek 2024-04-16 16:31:06 -05:00
parent 3488b7f006
commit 323b9adc63
4 changed files with 67 additions and 1 deletions

View file

@ -4,10 +4,12 @@
import { flyAndScale } from '$lib/utils/transitions';
export let show = false;
const dispatch = createEventDispatcher();
</script>
<DropdownMenu.Root
bind:open={show}
onOpenChange={(state) => {
dispatch('change', state);
}}