BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/blacksite/kbd

Kbd

blacksite/kbd
FreeComponent

Inline keyboard key chip.

Install it

npx shadcn@latest add https://blacksite.sh/r/kbd.json

Source

registry/blacksite/ui/kbd.tsxblacksite.sh/r/kbd.json
1import * as React from "react";
2
3import { cn } from "@/lib/utils";
4
5export interface KbdProps extends React.HTMLAttributes<HTMLElement> {}
6
7const Kbd = React.memo(function Kbd({ className, ...props }: KbdProps) {
8 return (
9 <kbd
10 className={cn(
11 "inline-flex h-5 min-w-5 items-center justify-center rounded-[3px]",
12 "border-border-strong bg-background-elevated border px-1.5",
13 "text-mono text-foreground-muted text-[10px] font-medium",
14 "shadow-[inset_0_-1px_0_rgba(0,0,0,0.4)]",
15 className,
16 )}
17 {...props}
18 />
19 );
20});
21
22export { Kbd };

Facts

Registry
blacksite
Type
registry:ui
Access
Free
Files written
0
Licence
MIT
First indexed
2026-08-03
Last confirmed
yesterday

Go to the source

blacksite.sh refrakts/blacksite-ui on GitHub Raw registry item This item as JSON

More from blacksite

All 25 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
App headerapp-headerblacksiteComponentsFreeno deps
BadgebadgeblacksiteComponentsFreeno deps
Bar chartbar-chartblacksiteComponentsFreeno deps
ButtonbuttonblacksiteComponentsFreeno deps
CardcardblacksiteComponentsFreeno deps
Chart tooltipchart-tooltipblacksiteComponentsFreeno deps
Data listdata-listblacksiteComponentsFreeno deps
Gantt timelinegantt-timelineblacksiteComponentsFreeno deps
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex