svelte-ux icon indicating copy to clipboard operation
svelte-ux copied to clipboard

Tooltip improvements

Open techniq opened this issue 2 years ago • 0 comments

  • [x] Use portal
    • Will fix stacking context issues (z-index set on parent, etc)
  • [ ] Allow keeping tooltip open (copy values, etc)
    • Mouseover directly into tooltip (what if there is a gap between anchorEl and popoverEl). Add small time threshold?
    • Click to keep open (what about a button?)
  • [ ] Crossfade location between instances
  • [ ] Animate and tilt

techniq avatar Feb 09 '22 20:02 techniq