BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ondo-ui/tooltip
This component no longer exists. It was in ondo-ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-09 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

tooltip

ondo-ui/tooltip
RemovedComponent

A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.

Install it

npx shadcn@latest add https://ui.ondo.dou.so/r/tooltip.json

Source

components/ui/tooltip.tsxui.ondo.dou.so/r/tooltip.json
1"use client"
2
3import { Tooltip as TooltipPrimitive } from "@base-ui/react/tooltip"
4
5import { cn } from "@/lib/utils"
6
7function TooltipProvider({
8 delay = 0,
9 ...props
10}: TooltipPrimitive.Provider.Props) {
11 return (
12 <TooltipPrimitive.Provider
13 data-slot="tooltip-provider"
14 delay={delay}
15 {...props}
16 />
17 )
18}
19
20function Tooltip({ ...props }: TooltipPrimitive.Root.Props) {
21 return <TooltipPrimitive.Root data-slot="tooltip" {...props} />
22}
23
24function TooltipTrigger({ ...props }: TooltipPrimitive.Trigger.Props) {
25 return <TooltipPrimitive.Trigger data-slot="tooltip-trigger" {...props} />
26}
27
28function TooltipContent({
29 className,
30 side = "top",
31 sideOffset = 4,
32 align = "center",
33 alignOffset = 0,
34 children,
35 ...props
36}: TooltipPrimitive.Popup.Props &
37 Pick<
38 TooltipPrimitive.Positioner.Props,
39 "align" | "alignOffset" | "side" | "sideOffset"
40 >) {
41 return (
42 <TooltipPrimitive.Portal>
43 <TooltipPrimitive.Positioner
44 align={align}
45 alignOffset={alignOffset}
46 side={side}
47 sideOffset={sideOffset}
48 className="isolate z-50"
49 >
50 <TooltipPrimitive.Popup
51 data-slot="tooltip-content"
52 className={cn(
53 "z-50 inline-flex w-fit max-w-xs origin-(--transform-origin) items-center gap-1.5 rounded-md bg-foreground px-3 py-1.5 text-xs text-background has-data-[slot=kbd]:pr-1.5 data-[side=bottom]:slide-in-from-top-2 data-[side=inline-end]:slide-in-from-left-2 data-[side=inline-start]:slide-in-from-right-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 **:data-[slot=kbd]:relative **:data-[slot=kbd]:isolate **:data-[slot=kbd]:z-50 **:data-[slot=kbd]:rounded-sm data-[state=delayed-open]:animate-in data-[state=delayed-open]:fade-in-0 data-[state=delayed-open]:zoom-in-95 data-open:animate-in data-open:fade-in-0 data-open:zoom-in-95 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95",
54 className
55 )}
56 {...props}
57 >
58 {children}
59// … truncated

What it pulls in

npm packages

  • @base-ui/react

Other registry items

  • @ondo-ui/utils

Files it writes

  • components/ui/tooltip.tsx

Facts

Registry
ondo-ui
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-04
Last confirmed
9 days ago

Go to the source

ui.ondo.dou.so douinc/ondo-ui on GitHub Raw registry item This item as JSON

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

KitGrade

SaaS starter kits, scored from measured facts

kitgrade.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex