Trails Packages
    Preparing search index...
    interface TooltipProps {
        content: ReactNode;
        contentProps?: TooltipContentProps;
        disabled?: boolean;
        portalled?: boolean;
        portalRef?: RefObject<HTMLElement>;
        showArrow?: boolean;
    }

    Hierarchy

    • TooltipRootProps
      • TooltipProps
    Index

    Properties

    content: ReactNode
    contentProps?: TooltipContentProps
    disabled?: boolean

    Whether the tooltip is disabled

    portalled?: boolean
    portalRef?: RefObject<HTMLElement>
    showArrow?: boolean