Skip to main content
Version: Next

IconTooltip

The IconTooltip component from Superset's UI library.

Live Example

Loading component...

Try It

Edit the code below to experiment with the component:

Live Editor
function Demo() {
  return (
    <IconTooltip tooltip="Helpful information">
      <Icons.InfoCircleOutlined iconSize="l" />
    </IconTooltip>
  );
}
Result
Loading...

Props

PropTypeDefaultDescription
tooltipstring"Tooltip"Text content to display in the tooltip.

Import

import { IconTooltip } from '@superset/components';

Improve this page

This documentation is auto-generated from the component's Storybook story. Help improve it by editing the story file.