CollapseBox
CollapseBox is a component with children elements that you can expand and collapse.
Last updated
Was this helpful?
CollapseBox is a component with children elements that you can expand and collapse.
Last updated
Was this helpful?
children
Array of ChildComponents
undefined
label
String
undefined (but will display More/Less)
open
Boolean
undefined
openDirection
OpenDirection.Top
:
Collapse/expand button is on the top and content is on the bottom
OpenDirection.Bottom
:
Collapse/expand button is on the bottom and content is on the top
undefined
onClick
Callback function that executes when the component is clicked
undefined
previewHeight
Size.None
, Size.Small
, Size.Medium
, Size.Large
, Size.ExtraLarge
undefined