Collapsible (Mixins)
Description
The Collapsible class gives to components the ability to shown or hidden its container.
Events
'beforehide'
Event emitted before the component is hidden.
'beforeshow'
Event emitted before the component is shown.
'hide'
Event emitted when the component is hidden.
'show'
Event emitted when the component is shown.