Skip to main content

Function: Collapsible()

@arolariu/components


@arolariu/components / Collapsible

Function: Collapsible()

Collapsible(props): ReactElement

Defined in: components/ui/collapsible.tsx:50

Coordinates collapsible state and accessibility behavior.

Parameters

props

Readonly<Props>

Returns

ReactElement

Remarks

  • Delegates structure and state to the underlying Base UI primitive
  • Built on Base UI Collapsible
  • Preserves the underlying primitive API for advanced composition

Example

<Collapsible>Content</Collapsible>

See

Base UI Documentation

// was this page useful?