Components
Tooltip
Angular Material Tooltip provide additional information when users hover over or long-press on an element.
Example
Below is an example of how BuilderKit restyles the Angular Material Tooltip and gives it a more modern appearance.
<button matButton matTooltip="Info about the action">
Action
</button>