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>TooltipProps

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

Properties

optional
children: React.ReactNode
optional
open: boolean
optional
defaultOpen: boolean
optional
onOpenChange: (open: boolean) => void
optional
delayDuration: number

The duration from when the pointer enters the trigger until the tooltip gets opened. This will override the prop with the same name passed to Provider.

optional
disableHoverableContent: boolean

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