Skip to content

Commit

Permalink
fixup! Docs(web): Add demo with Tooltip on Icon element
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Feb 13, 2024
1 parent 8a44b2a commit 0eece27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web/src/scss/components/Tooltip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ <h2 class="docs-Heading">Dismissible Tooltip via JS API and Floating UI</h2>
data-spirit-flip="true"
data-spirit-flip-cross-axis="true"
data-spirit-flip-fallback-placements="right, top-end"
data-spirit-triggers="click"
data-spirit-placement-controlled
>
Close me
Expand Down Expand Up @@ -467,6 +468,7 @@ <h2 class="docs-Heading">Tooltip on Hover with Floating UI</h2>
data-spirit-placement="right"
data-spirit-flip-fallback-placements="left, top-start, bottom-start"
data-spirit-enable-hover="true"
data-spirit-triggers="click, hover"
data-spirit-placement-controlled
>
Hello there!
Expand Down

0 comments on commit 0eece27

Please sign in to comment.