A tooltip component that displays help text with customizable timing and styling.
The component props
A tooltip component that displays help text
<HelpTooltip text="Click here to save your changes" delay={1000} duration={3000}> <Button>Save</Button></HelpTooltip> Copy
<HelpTooltip text="Click here to save your changes" delay={1000} duration={3000}> <Button>Save</Button></HelpTooltip>
A tooltip component that displays help text with customizable timing and styling.