The Collapsible component provides a simple way to show and hide content. It consists of a trigger that controls the visibility of a panel.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/raystack/apsara/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Controlled collapsible
API reference
Collapsible (Root)
The root container for the collapsible.The controlled open state of the collapsible.
The default open state when uncontrolled.
Callback fired when the open state changes.
Whether the collapsible is disabled.
Collapsible.Trigger
The button that toggles the collapsible state.Additional CSS class for the trigger.
The content of the trigger button.
Collapsible.Panel
The collapsible content area.Additional CSS class for the panel.
The content to display when expanded.