StackUpComponent

class StackUpComponent : StackComponent

This component class just defines the core styling in order to render child items within a flexBox layout vertically.

See also

Constructors

Link copied to clipboard
fun StackUpComponent()

Functions

Link copied to clipboard
open override fun render(    context: RenderContext,     styling: BoxParams.() -> Unit,     baseClass: StyleClass,     id: String?,     prefix: String): Div

Central method that should do the actual rendering of a component.

Properties

Link copied to clipboard
open override val events: ComponentProperty<EventContext<HTMLDivElement>.() -> Unit>

This property enables the client to access all events offered by the underlying HTML element.

Link copied to clipboard
val items: ComponentProperty<Tag<HTMLElement>.() -> Unit>
Link copied to clipboard
val reversed: ComponentProperty<Boolean>
Link copied to clipboard
val spacing: ComponentProperty<ScaledValueProperty>
Link copied to clipboard
open override val stackStyles: Style<FlexParams>