angular / components

Component infrastructure and Material Design components for Angular
https://material.angular.io
MIT License
24.32k stars 6.73k forks source link

feat(MatTooltip): Add support for rich tooltips (popups) #29045

Open Yar-s opened 4 months ago

Yar-s commented 4 months ago

Feature Description

Please, add support for rich tooltips (popups). They're described in M3 standard.

image

Existing tooltip and menu components are not enough for feature-rich web apps.

Use Case

shhdharmen commented 4 weeks ago

@crisbeto do you accept PR for this?

I created a basic version of rich-tooltip, using some logics from matTooltip and matMenu, let me know your thoughts. With your guidance I can try to make relevant changes to make it part of angular material components.

  1. GitHub
  2. Stackblitz
crisbeto commented 3 weeks ago

We've been looking at adding the rich tooltip within the team, but we need to do some more research around the right way to make it accessible.