ReactNodeThe content of the CollapsibleList, should be CollapsibleListItem(s).
(toggle: () => void, isCollapsed: boolean) => ReactNodeFunction to render the header of the CollapsibleList.
stringclassName for the element.
ReactNodeFooter of the CollapsibleList.
booleanWhether the CollapsibleList should be collapsed by default.
Default: truebooleanWhether the CollapsibleList should have opening and closing animation. Has no effect when prefers-reduced-motion is set
Default: falseReactNodeThe content of the CollapsibleListItem.
MouseEventHandlerHandler that is called when the CollapsibleListItem is clicked.
booleanWhether this element is the header of a CollapsibleList.
Default: falsestringclassName for the element.
booleanWhether this element is active.
Default: falsebooleanWhether the CollapsibleList is collapsed.
Default: truebooleanWhether the CollapsibleListItem is indeterminate (only active if the asHeader prop is set to true).
booleanWhether the CollapsibleListItem is selected.
ChangeEventHandler<HTMLInputElement>Handler that is called when a CollapsibleListItem has been selected.
ReactNodeRight addon of the CollapsibleListItem.
"alert"The visual style of the CollapsibleListItem.