tooltip

children
Not required
node
label
Required
string

Tooltips are used to annotate, but are not the main attraction in a UI. Tooltips can provide additional help context, but shouldn't include critical information. When using tooltips, the best approach is to assume that the tooltip content will never be read.

  • Tooltips should utilize minimal content.
  • No critical information should be included within a tooltip
  • If there needs to be any interactivity, please use a dialog.

Resources on tooltip usage