hPanel

@Composable
fun IComponent.hPanel(flexWrap: FlexWrap? = null, justifyContent: JustifyContent? = null, alignItems: AlignItems? = null, gap: CssSize? = null, rowGap: CssSize? = null, className: String? = null, id: String? = null, content: @Composable IDiv.() -> Unit)(source)

Creates a container with a horizontal layout.

Parameters

flexWrap

the optional flex wrap

justifyContent

the optional flexbox content justification

alignItems

the optional flexbox items alignment

gap

the optional gap between columns

rowGap

the optional gap between rows

className

the optional CSS class name

id

the ID attribute of the container

content

the content of the component