mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 11:11:25 +00:00
refactor(tooltip): rename showIcon prop
Remove triggerClass prop.
This commit is contained in:
parent
dd5a395659
commit
28a5100e6f
3 changed files with 20 additions and 22 deletions
|
@ -58,7 +58,7 @@
|
|||
Show
|
||||
</Button>
|
||||
<div style="padding: 15px 20px; margin: 4px 20px">
|
||||
<Tooltip {...$$props} bind:open showIcon={false}>
|
||||
<Tooltip {...$$props} bind:open hideIcon>
|
||||
<div slot="triggerText">My text wrapped with tooltip</div>
|
||||
Tooltip content
|
||||
</Tooltip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue