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 (default: 740px)
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