Skip to content

Properties

PropertiesDescription
open(optional) Set to true on second re-render when the view should animate from 0px to auto. Defaults to true.
animate(optional) Set to false to omit the animation. Defaults to true.
keepInDOM(optional) Set to true ensure the nested children content will be kept in the DOM. Defaults to false.
showOverflow(optional) Set to true to omit the usage of "overflow: hidden;". Defaults to false.
duration(optional) Custom duration of the animation in milliseconds. Defaults to 400ms.
delay(optional) Custom delay of the animation in milliseconds. Defaults to 0ms.
element(optional) Custom HTML element for the component. Defaults to div HTML Element.
innerRef(optional) Send along a custom React Ref.
Space(optional) spacing properties like top or bottom are supported.