ChemPare Documentation - v0.0.0
    Preparing search index...

    Function HelpTooltip

    • A tooltip component that displays help text with customizable timing and styling.

      Parameters

      Returns Element

      A tooltip component that displays help text

      <HelpTooltip
      text="Click here to save your changes"
      delay={1000}
      duration={3000}
      >
      <Button>Save</Button>
      </HelpTooltip>