Skip to main content

FadeOutTextProps

Props of FadeOutText

Properties

children?

optional children: ReactNode

The content to be displayed inside the fade-out text container


onTooltipClick?

optional onTooltipClick: VoidFuncNoParam

Event handler called when the tooltip is clicked


ref?

optional ref: Ref<HTMLDivElement>

Ref to the container div


rightAlign?

optional rightAlign: boolean

Align text to the right if true


shouldHideTooltip?

optional shouldHideTooltip: boolean

Whether to hide the tooltip


tooltipContent?

optional tooltipContent: ReactNode

Content to be displayed inside the tooltip