Draft commit for review for Popover v11 #1896

This commit is contained in:
Samuel Janda 2024-03-08 13:02:04 +11:00
commit 79d941bdff
5 changed files with 165 additions and 107 deletions

View file

@ -5,16 +5,15 @@
</script>
<Popover
bind:open
bind:open="{open}"
closeOnOutsideClick
align="right"
caret
relative
light
highContrast
on:click:outside="{() => {
console.log('on:click:outside');
}}"
>
<PopoverContent style="padding: var(--bx-spacing-05)">Content</PopoverContent>
<PopoverContent>Content</PopoverContent>
</Popover>