mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
fix(tooltip): type Tooltip
open, close events (#1058)
This commit is contained in:
parent
5358cf66ea
commit
504cf09dc8
5 changed files with 22 additions and 6 deletions
|
@ -1,9 +1,11 @@
|
|||
<script lang="ts">
|
||||
import { Tooltip, Link, Button } from "../types";
|
||||
import Catalog16 from "carbon-icons-svelte/lib/Catalog16";
|
||||
|
||||
let open = true;
|
||||
</script>
|
||||
|
||||
<Tooltip>
|
||||
<Tooltip bind:open on:open on:close>
|
||||
<p>Resources are provisioned based on your account's organization.</p>
|
||||
</Tooltip>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue