Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@radix-ui/react-tooltip.ts>TooltipProviderProps

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Latest
interface TooltipProviderProps
import { type TooltipProviderProps } from "https://deno.land/x/netzo@0.5.110/deps/@radix-ui/react-tooltip.ts";

Properties

children: React.ReactNode
optional
delayDuration: number

The duration from when the pointer enters the trigger until the tooltip gets opened.

optional
skipDelayDuration: number

How much time a user has to enter another trigger without incurring a delay again.

optional
disableHoverableContent: boolean

When true, trying to hover the content will result in the tooltip closing as the pointer leaves the trigger.