Tooltip

Basic Usage

Tooltips wrap the triggering component. Placement is relative to the location of the trigger. Tooltips will change position relative to the trigger automatically depending on viewport constraints.

<Tooltip content="Edit your account settings">
  <Button iconStart={<IconPerson title="account settings"/>} />
</Tooltip>