

# Collapsible

Custom collapsible component.

# Installation

Copy the following code into your app directory.


> **Error: 'Collapsible' not found in registry**


# Usage


> **Error: 'collapsible' not found in registry**


# Anatomy 
Use the following composition to build a `Collapsible`


```python
collapsible.root(
    collapsible.trigger(),
    collapsible.panel(),
)
```



# Examples

Below are examples demonstrating how the component can be used.

## High Level Demo

Uses the simplified collapsible() API with trigger and content props for quick implementation.


> **Error: 'collapsible_high_level_demo' not found in registry**


## Low Level Demo

Uses the low-level collapsible.root(), collapsible.panel(), and ClientStateVar for full control over state and structure.


> **Error: 'collapsible_low_level_demo' not found in registry**

