appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

Add a Tooltips feature #478

Open Windvis opened 5 months ago

Windvis commented 5 months ago

Webuniversum has a tooltip feature that could also be useful for Appuniversum projects.

The details of how this should be implemented still need to be refined. Kaleidos already uses a custom version of this, so they would benefit from adding this to Appuniversum.

Windvis commented 4 months ago

It seems there is a fairly recent native "popover" feature in browsers that we could look into:

Windvis commented 2 months ago

Another example we could use as inspiration: https://velvet-thunder.netlify.app/docs/components/tooltip

Our version doesn't need to be as flexible though.