Optional classOptional collapsibleEnable collapsible functionality (default: true)
Optional defaultInitial collapsed state (default: false)
Optional minMinimum 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
Optional onCallback when collapse state changes
Optional siblingMinimum width of the sibling content (default: 740px)
Optional widthWidth 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
Generated using TypeDoc
Optional class