mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
Run npm run lint
This commit is contained in:
parent
b982387a8c
commit
2031cb7585
480 changed files with 8985 additions and 9048 deletions
|
@ -1,12 +1,12 @@
|
|||
<script lang="ts">
|
||||
import { TooltipDefinition } from "carbon-components-svelte";
|
||||
import { TooltipDefinition } from "carbon-components-svelte";
|
||||
|
||||
export let tooltipText = "Test tooltip text";
|
||||
export let open = false;
|
||||
export let align: "start" | "center" | "end" = "center";
|
||||
export let direction: "top" | "bottom" = "bottom";
|
||||
export let id = "test-tooltip";
|
||||
export let triggerContent = "Tooltip trigger";
|
||||
export let tooltipText = "Test tooltip text";
|
||||
export let open = false;
|
||||
export let align: "start" | "center" | "end" = "center";
|
||||
export let direction: "top" | "bottom" = "bottom";
|
||||
export let id = "test-tooltip";
|
||||
export let triggerContent = "Tooltip trigger";
|
||||
</script>
|
||||
|
||||
<TooltipDefinition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue