BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/gmhlab/combobox
This component no longer exists. It was in gmhlab’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.

combobox

gmhlab/combobox
RemovedComponent

gmhlab publishes no description for this item.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/gmhlab/monorepo/main/packages/ui/public/r/combobox.json

Source

registry/new-york/ui/combobox.tsxraw.githubusercontent.com/gmhlab/monorepo/main/packages/ui/public/r/combobox.json · first 6 KB
1"use client"
2
3import * as React from "react"
4import { Combobox as ComboboxPrimitive } from "@base-ui/react"
5import { CheckIcon, ChevronDownIcon, XIcon } from "lucide-react"
6
7import { cn } from "@/lib/utils"
8import { Button } from "@/components/ui/button"
9import {
10 InputGroup,
11 InputGroupAddon,
12 InputGroupButton,
13 InputGroupInput,
14} from "@/components/ui/input-group"
15
16const Combobox = ComboboxPrimitive.Root
17
18function ComboboxValue({ ...props }: ComboboxPrimitive.Value.Props) {
19 return <ComboboxPrimitive.Value data-slot="combobox-value" {...props} />
20}
21
22function ComboboxTrigger({
23 className,
24 children,
25 ...props
26}: ComboboxPrimitive.Trigger.Props) {
27 return (
28 <ComboboxPrimitive.Trigger
29 data-slot="combobox-trigger"
30 className={cn("[&_svg:not([class*='size-'])]:size-4", className)}
31 {...props}
32 >
33 {children}
34 <ChevronDownIcon
35 data-slot="combobox-trigger-icon"
36 className="text-muted-foreground pointer-events-none size-4"
37 />
38 </ComboboxPrimitive.Trigger>
39 )
40}
41
42function ComboboxClear({ className, ...props }: ComboboxPrimitive.Clear.Props) {
43 return (
44 <ComboboxPrimitive.Clear
45 data-slot="combobox-clear"
46 render={<InputGroupButton variant="ghost" size="icon-xs" />}
47 className={cn(className)}
48 {...props}
49 >
50 <XIcon className="pointer-events-none" />
51 </ComboboxPrimitive.Clear>
52 )
53}
54
55function ComboboxInput({
56 className,
57 children,
58 disabled = false,
59 showTrigger = true,
60 showClear = false,
61 ...props
62}: ComboboxPrimitive.Input.Props & {
63 showTrigger?: boolean
64 showClear?: boolean
65}) {
66 return (
67 <InputGroup className={cn("w-auto", className)}>
68 <ComboboxPrimitive.Input
69 render={<InputGroupInput disabled={disabled} />}
70 {...props}
71 />
72 <InputGroupAddon align="inline-end">
73 {showTrigger && (
74 <InputGroupButton
75 size="icon-xs"
76 variant="ghost"
77 asChild
78 data-slot="input-group-button"
79 className="group-has-data-[slot=combobox-clear]/input-group:hidden data-pressed:bg-transparent"
80 disabled={disabled}
81 >
82 <ComboboxTrigger />
83 </InputGroupButton>
84 )}
85 {showClear && <ComboboxClear disabled={disabled} />}
86 </InputGroupAddon>
87 {children}
88 </InputGroup>
89 )
90}
91
92function ComboboxContent({
93 className,
94 side = "bottom",
95 sideOffset = 6,
96 align = "start",
97 alignOffset = 0,
98 anchor,
99 ...props
100// … truncated

What it pulls in

npm packages

  • @base-ui/react
  • lucide-react

Other registry items

  • button
  • input-group

Files it writes

  • registry/new-york/ui/combobox.tsx

Facts

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

Go to the source

gwglobalmentalhealth.com gmhlab/monorepo 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

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