Package-level declarations
Types
Functions
Delegates to Div without com.varabyte.kobweb.compose.ui.Modifier.imitateComposeUiLayout.
Similar to fillMaxWidth but delegates to the stretch CSS value on JS DOM. See https://developer.mozilla.org/en-US/docs/Web/CSS/width#stretch.
This delegates to the CSS padding property on JS DOM and adds the padding inside. For consistency on different platforms, please use it as the last modifier after the other modifiers such as background and clickable. See the KDoc of the padding overload with one Dp parameter for more information.
See the KDoc of the overload with one Dp parameter for platform differences.
Delegates to Box without com.varabyte.kobweb.compose.ui.Modifier.imitateComposeUiLayout.
This delegates to the CSS margin property on JS DOM and adds the padding outside. For consistency on different platforms, please use it as the first modifier before the other modifiers such as background and clickable.
See the KDoc of the overload with one Dp parameter for platform differences.