MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / Collapsible

Function Collapsible

src/components/ui/collapsible.tsx:5–9  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof CollapsiblePrimitive.Root>)

Source from the content-addressed store, hash-verified

3import * as CollapsiblePrimitive from "@radix-ui/react-collapsible"
4
5function Collapsible({
6 ...props
7}: React.ComponentProps<typeof CollapsiblePrimitive.Root>) {
8 return <CollapsiblePrimitive.Root data-slot="collapsible" {...props} />
9}
10
11function CollapsibleTrigger({
12 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected