collapsible
vengenceui/collapsibleFreeComponent
vengenceui publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by vengenceui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://www.vengenceui.com/r/collapsible.jsonSource
1"use client"23import * as CollapsiblePrimitive from "@radix-ui/react-collapsible"45function Collapsible({6 ...props7}: React.ComponentProps<typeof CollapsiblePrimitive.Root>) {8 return <CollapsiblePrimitive.Root data-slot="collapsible" {...props} />9}1011function CollapsibleTrigger({12 ...props13}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>) {14 return (15 <CollapsiblePrimitive.CollapsibleTrigger16 data-slot="collapsible-trigger"17 {...props}18 />19 )20}2122function CollapsibleContent({23 ...props24}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>) {25 return (26 <CollapsiblePrimitive.CollapsibleContent27 data-slot="collapsible-content"28 {...props}29 />30 )31}3233export { Collapsible, CollapsibleTrigger, CollapsibleContent }
What it pulls in
npm packages
Files it writes
More from vengenceui
All 128 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| accordionaccordion | vengenceui | Components | Free | 2 deps | |
| agent-bento-gridagent-bento-grid | vengenceui | Components | Free | 1 dep | |
| alertalert | vengenceui | Components | Free | no deps | |
| animated-buttonanimated-button | vengenceui | Components | Free | 1 dep | |
| animated-footeranimated-footer | vengenceui | Components | Free | 2 deps | |
| animated-numberanimated-number | vengenceui | Components | Free | 1 dep | |
| animated-raysanimated-rays | vengenceui | Components | Free | no deps | |
| animated-tooltipanimated-tooltip | vengenceui | Components | Free | 1 dep |
