Anduin Design
Components

Tooltip

Tooltips display additional information based on a specific action.

TooltipR(  renderTarget = {    Button(      style = _.Full(icon = _.Bold)    )()      },  renderContent = _("Bold (Ctrl + B)"),  targetWrapper = _.BlockContent)()