qwikifiers / qwik-ui

Qwik's official Headless and styled component library
https://qwikui.com
MIT License
558 stars 115 forks source link

Tooltip props are inconsistent with those of Popover #713

Closed osdiab closed 6 days ago

osdiab commented 3 weeks ago

It uses different wordings, like offset instead of gutter, as well as lacking the more specific types that the Popover has for things like placements. Would make more sense if the popover and tooltips just shared from the same floating props as they're doing the same thing.

thejackshelton commented 3 weeks ago

Yep, that's the plan. The tooltip has been in there since the beginning of the project by another contributor. If someone does not get to it, then I will eventually. For now I would use the popover tooltip example.

thejackshelton commented 6 days ago

Closing as the tooltip was deprecated. Let's make an issue for the new one.