kobweb
Toggle table of contents
0.21.1
js
Platform filter
js
Switch theme
Search in API
kobweb
kobweb-compose
/
com.varabyte.kobweb.compose.foundation.layout
/
Box
Box
@
Composable
fun
Box
(
modifier
:
Modifier
=
Modifier
,
contentAlignment
:
Alignment
=
Alignment.TopStart
,
ref
:
ElementRefScope
<
HTMLElement
>
?
=
null
,
content
:
@
Composable
BoxScope
.
(
)
->
Unit
=
{}
)
(
source
)