BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/lore-glass/glass-tooltip

Glass Tooltip

lore-glass/glass-tooltip
FreeComponent

A liquid-glass tooltip chip on Base UI Tooltip with provider-based delay grouping: a small frosted capsule that scales in from its anchor and stays legible over any content.

Live preview

live · rendered by the registry
Rendered by lore-glass on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://loreglasses.com/r/glass-tooltip.json

Source

registry/default/glass-tooltip/glass-tooltip.tsxloreglasses.com/r/glass-tooltip.json
1"use client";
2
3import { Tooltip as TooltipPrimitive } from "@base-ui/react/tooltip";
4import { GlassSurface } from "@/components/ui/glass-surface";
5import { cn } from "@/lib/utils";
6
7const GlassTooltipProvider = TooltipPrimitive.Provider;
8const GlassTooltip = TooltipPrimitive.Root;
9const GlassTooltipTrigger = TooltipPrimitive.Trigger;
10
11interface GlassTooltipContentProps extends TooltipPrimitive.Popup.Props {
12 align?: TooltipPrimitive.Positioner.Props["align"];
13 side?: TooltipPrimitive.Positioner.Props["side"];
14 sideOffset?: number;
15 tint?: number;
16 tintColor?: string;
17}
18
19function GlassTooltipContent({
20 align = "center",
21 side = "top",
22 sideOffset = 8,
23 tint = 0.6,
24 tintColor,
25 className,
26 children,
27 ...props
28}: GlassTooltipContentProps) {
29 return (
30 <TooltipPrimitive.Portal>
31 <TooltipPrimitive.Positioner
32 align={align}
33 className="z-50"
34 side={side}
35 sideOffset={sideOffset}
36 >
37 <TooltipPrimitive.Popup
38 className={cn(
39 "origin-[var(--transform-origin)] transition-[scale,opacity] duration-200 ease-[cubic-bezier(0.34,1.3,0.64,1)] data-[ending-style]:scale-90 data-[ending-style]:opacity-0 data-[ending-style]:duration-100 data-[starting-style]:scale-75",
40 className
41 )}
42 {...props}
43 >
44 <GlassSurface
45 blur={12}
46 radius={999}
47 tint={tint}
48 tintColor={tintColor}
49 >
50 <span className="block whitespace-nowrap px-3.5 py-2 font-medium text-[#1d1d1f] text-[13px] leading-none dark:text-[#f5f5f7]">
51 {children}
52 </span>
53 </GlassSurface>
54 </TooltipPrimitive.Popup>
55 </TooltipPrimitive.Positioner>
56 </TooltipPrimitive.Portal>
57 );
58}
59
60export {
61 GlassTooltip,
62 GlassTooltipContent,
63 GlassTooltipProvider,
64 GlassTooltipTrigger,
65};
66export type { GlassTooltipContentProps };

What it pulls in

npm packages

  • @base-ui/react

Other registry items

  • https://loreglasses.com/r/glass.json

Files it writes

  • registry/default/glass-tooltip/glass-tooltip.tsx

Facts

Registry
lore-glass
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-08
Last confirmed
today

Go to the source

Docs on lore-glass loreglasses.com Simonstorms/lore-glass on GitHub Raw registry item This item as JSON

More from lore-glass

All 10 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Glassglasslore-glassComponentsFreeno deps · 4 files
Glass Buttonglass-buttonlore-glassComponentsFreeno deps
Glass Dialogglass-dialoglore-glassComponentsFree1 dep
Glass Dockglass-docklore-glassComponentsFree1 dep
Glass Inputglass-inputlore-glassComponentsFree1 dep
Glass Popoverglass-popoverlore-glassComponentsFree1 dep
Glass Sliderglass-sliderlore-glassComponentsFreeno deps
Glass Switchglass-switchlore-glassComponentsFreeno deps

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

ToolDrift

What the AI coding tools changed last night

tooldrift.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 ToolDrift

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 ToolDrift

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 ToolDrift

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