mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
tmp: v11 PopoverContent
This commit is contained in:
parent
9e4be999e8
commit
b4802196f0
10 changed files with 85 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue