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

Function CollapsibleContent

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

Source from the content-addressed store, hash-verified

20}
21
22function CollapsibleContent({
23 ...props
24}: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>) {
25 return (
26 <CollapsiblePrimitive.CollapsibleContent
27 data-slot="collapsible-content"
28 {...props}
29 />
30 )
31}
32
33export { Collapsible, CollapsibleTrigger, CollapsibleContent }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected