This component no longer exists. It was in shadcn-zhcndoc’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-14 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.
collapsible
shadcn-zhcndoc/collapsibleRemovedComponent
shadcn-zhcndoc publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by shadcn-zhcndoc on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://shadcn.zhcndoc.com/r/styles/new-york/collapsible.jsonSource
1"use client"23import * as CollapsiblePrimitive from "@radix-ui/react-collapsible"45const Collapsible = CollapsiblePrimitive.Root67const CollapsibleTrigger = CollapsiblePrimitive.CollapsibleTrigger89const CollapsibleContent = CollapsiblePrimitive.CollapsibleContent1011export { Collapsible, CollapsibleTrigger, CollapsibleContent }
