BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Kibo UI Registry/glimpse

glimpse

kibo-ui-registry/glimpse
FreeComponent

A component that shows a preview of a URL when hovering over a link.

Live preview

live · rendered by the registry
Rendered by Kibo UI Registry on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://www.kibo-ui.com/r/glimpse.json

Source

index.tsxwww.kibo-ui.com/r/glimpse.json
1"use client";
2
3import { cn } from "@repo/shadcn-ui/lib/utils";
4import type { ComponentProps } from "react";
5import {
6 HoverCard,
7 HoverCardContent,
8 HoverCardTrigger,
9} from "@/components/ui/hover-card";
10
11export type GlimpseProps = ComponentProps<typeof HoverCard>;
12
13export const Glimpse = (props: GlimpseProps) => {
14 return <HoverCard {...props} />;
15};
16
17export type GlimpseContentProps = ComponentProps<typeof HoverCardContent>;
18
19export const GlimpseContent = (props: GlimpseContentProps) => (
20 <HoverCardContent {...props} />
21);
22
23export type GlimpseTriggerProps = ComponentProps<typeof HoverCardTrigger>;
24
25export const GlimpseTrigger = (props: GlimpseTriggerProps) => (
26 <HoverCardTrigger {...props} />
27);
28
29export type GlimpseTitleProps = ComponentProps<"p">;
30
31export const GlimpseTitle = ({ className, ...props }: GlimpseTitleProps) => {
32 return (
33 <p className={cn("truncate font-semibold text-sm", className)} {...props} />
34 );
35};
36
37export type GlimpseDescriptionProps = ComponentProps<"p">;
38
39export const GlimpseDescription = ({
40 className,
41 ...props
42}: GlimpseDescriptionProps) => {
43 return (
44 <p
45 className={cn("line-clamp-2 text-muted-foreground text-sm", className)}
46 {...props}
47 />
48 );
49};
50
51export type GlimpseImageProps = ComponentProps<"img">;
52
53export const GlimpseImage = ({
54 className,
55 alt,
56 ...props
57}: GlimpseImageProps) => (
58 // biome-ignore lint/performance/noImgElement: "Kibo UI is framework agnostic"
59 <img
60 alt={alt ?? ""}
61 className={cn(
62 "mb-4 aspect-[120/63] w-full rounded-md border object-cover",
63 className
64 )}
65 {...props}
66 />
67);

What it pulls in

Other registry items

  • hover-card

Files it writes

  • index.tsx
  • server.tsx

Facts

Registry
Kibo UI Registry
Type
registry:ui
Access
Free
Files written
2
Licence
the repository states none
In the index
at or before 2026-08-08
Last confirmed
today

Go to the source

Docs on Kibo UI Registry www.kibo-ui.com Raw registry item This item as JSON

More from Kibo UI Registry

All 41 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
announcementannouncementKibo UI RegistryComponentsFreeno deps
avatar-stackavatar-stackKibo UI RegistryComponentsFreeno deps
bannerbannerKibo UI RegistryComponentsFree2 deps
calendarcalendarKibo UI RegistryComponentsFree3 deps
choiceboxchoiceboxKibo UI RegistryComponentsFree2 deps
code-blockcode-blockKibo UI RegistryComponentsFree5 deps · 2 files
color-pickercolor-pickerKibo UI RegistryComponentsFree3 deps
comboboxcomboboxKibo UI RegistryComponentsFree2 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