Welcome Getting started Layout styles github-circle-black-transparent Source
Components
Badges
App bars
Bottom app bars Top app bars
Buttons
Common buttons FAB Icon buttons Segmented buttons
Cards Carousel Checkboxes Chips Date pickers Dialogs Forms Icons Lists Menus Navigation Progress indicators Pull to refresh Radios Search Selects
Sheets
Bottom sheets Side sheets
Sliders Snackbars Switches Tabs Text fields Time pickers Tooltips Utilities
home apps Buttons palette Two
Materially
github-circle-black-transparent

Tooltips

Tooltips display brief labels or messages
Material Design Guidelines: Tooltips

Tooltip

Hover me
<mc-button tooltip="tooltip text">Hover me</mc-button>
            

Rich tooltip

Hover me
Subhead
Use rich tooltips to provide more details, like describing the value of a feature action
<mc-button tooltip-target="one">Hover me</mc-button>
<mc-tooltip id="one" rich>
  <div slot="subhead">Subhead</div>
  Use rich tooltips to provide more details, like describing the value of a feature
  <mc-button slot="actions">action</mc-button>
</mc-tooltip>
            

Style

CSS variables that allow you override default values
/* Optional variables for overriding */

--mc-textfield-shape: ar(--mc-shape-extra-small-top);
--mc-textfield-container-color: var(--mc-surface-container-highest);
--mc-textfield-input-text-color: var(--mc-on-surface);
--mc-textfield-label-text-color: var(--mc-on-surface-variant);
--mc-textfield-active-indicator-color: var(--mc-primary);
            
menu home apps Get started