Required wrapper for <Tooltip>. Render it once near the root of your app — usually
around (or just inside) your top-level layout. It enables group-delay behavior via
skipDelayDuration: once one tooltip in the subtree has been seen, the next ones
open without waiting for delayDuration.
A single <Tooltip> without a <TooltipProvider> ancestor will throw at runtime.
Required wrapper for
<Tooltip>. Render it once near the root of your app — usually around (or just inside) your top-level layout. It enables group-delay behavior viaskipDelayDuration: once one tooltip in the subtree has been seen, the next ones open without waiting fordelayDuration.A single
<Tooltip>without a<TooltipProvider>ancestor will throw at runtime.