Skip to main content
Version: Next

InfoTooltip

The InfoTooltip 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 (
    <InfoTooltip
      tooltip="This is the text that will display!"
    />
  );
}
Result
Loading...

Props

PropTypeDefaultDescription
tooltipstring"This is the text that will display!"-

Import

import { InfoTooltip } 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.