hig icon indicating copy to clipboard operation
hig copied to clipboard

Tooltips - Medium and Large

Open wmui51 opened this issue 5 years ago • 0 comments

We may have to change the api on the existing Tooltip. The medium and large versions seem to be states that appear when hovering over the target for longer periods of time. More info can be found here: https://hig.autodesk.com/web/components/tooltips.

Small: appears to just have a title. Currently that is the content prop in the current component, but may need to change that prop to something else.

Medium: has title and body text

Large: has title, body text, and media

I think we can may be able to make each part its own prop and display the version depending on what props it has.

There is also "footer" that allows for a link/button.

This should apply theme-data for all current color and density themes (may have to add theme-data)

wmui51 avatar Aug 08 '19 16:08 wmui51