open | boolean | (optional) Set to true on second re-render when the view should animate from 0px to auto. Defaults to true . |
animate | boolean | (optional) Set to false to omit the animation. Defaults to true . |
keepInDOM | boolean | (optional) Set to true ensure the nested children content will be kept in the DOM. Defaults to false . |
compensateForGap | string | (optional) To compensate for CSS gap between the rows, so animation does not jump during the animation. Provide a CSS unit or auto . Defaults to null . |
showOverflow | boolean | (optional) Set to true to omit the usage of "overflow: hidden;". Defaults to false . |
duration | number | (optional) Custom duration of the animation in milliseconds. Defaults to 400ms . |
delay | number | (optional) Custom delay of the animation in milliseconds. Defaults to 0ms . |
element | string | (optional) Custom HTML element for the component. Defaults to div HTML Element. |
innerRef | React.RefObject | (optional) Send along a custom React Ref. |
Space | string object | (optional) spacing properties like top or bottom are supported. |