Package-level declarations
Main package of the design library.
Types
Link copied to clipboard
object IconPosition
Icon Position indicates where an icon will be displayed in the component.
Link copied to clipboard
object LabelPosition
Label Position indicates where a label will be displayed in the component.
Link copied to clipboard
Orientation to be used with Skapa components Orientation.Horizontal and Orientation.Vertical
Functions
Link copied to clipboard
Checks if the LayoutDirection is Right-to-Left.
Link copied to clipboard
fun MeasureUnconstrainedViewWidth(value: String, style: TextStyle, content: @Composable (measuredWidth: Dp) -> Unit)
Measures a component width without displays to then use the result, e.g QuantityStepper, Carousel counter badge
Link copied to clipboard