mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
feat(tooltip-icon): make tooltipText slottable
This commit is contained in:
parent
c37890d4b4
commit
6b75607dce
6 changed files with 48 additions and 16 deletions
|
@ -23,3 +23,10 @@
|
|||
<TooltipIcon tooltipText="Left start" direction="left" align="start">
|
||||
<Filter20 />
|
||||
</TooltipIcon>
|
||||
|
||||
<TooltipIcon>
|
||||
<span slot="text" style="color: red"
|
||||
>Carbon is an open source design system by IBM.</span
|
||||
>
|
||||
<Carbon24 />
|
||||
</TooltipIcon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue