Collapse
open class Collapse(id: String, groupId: String? = null, horizontal: Boolean = false, opened: Boolean = false, init: Collapse.() -> Unit)
Collapsable component. Needs to be triggered by a button. See Button.forCollapse.
Author
André Harnisch
Parameters
id
of element
group Id
of element; needed for multi trigger buttons
horizontal
transition direction
opened
component is pre-opened if true
init
an initializer extension function