tmp: v11 PopoverContent

This commit is contained in:
Gregor Wassmann 2023-04-02 22:06:09 +02:00 committed by Enrico Sacchetti
commit b4802196f0
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
10 changed files with 85 additions and 12 deletions

View file

@ -1,5 +1,5 @@
<script lang="ts">
import { Popover } from "../types";
import { Popover, PopoverContent } from "../types";
let open = false;
</script>
@ -16,5 +16,5 @@
console.log('on:click:outside');
}}"
>
<div style="padding: var(--bx-spacing-05)">Content</div>
<PopoverContent style="padding: var(--bx-spacing-05)">Content</PopoverContent>
</Popover>