hPanel
@Composable
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