OptionalclassOptionalcollapsibleEnable collapsible functionality (default: true)
OptionaldefaultInitial collapsed state (default: false)
OptionalminMinimum width threshold in pixels for auto-collapse If not provided, will be parsed from width prop (only works if width is in px format) Required for auto-collapse when width is percentage, rem, or CSS variable
OptionalonCallback when collapse state changes
OptionalsiblingMinimum width of the sibling content, used to work out when the panel no longer fits beside it (default: 740px).
Applies to a standalone panel. A layout that declares its own minimum -
such as FormStation, via its infoPanel prop - overrides this.
OptionalwidthWidth of the container (any CSS value: px, %, rem, etc.) Note: For auto-collapse to work, width must be in px format (e.g., "480px") or minWidthThreshold must be explicitly provided
Optional class