Package-level declarations
Main package of the design library.
Types
Icon Position indicates where an icon will be displayed in the component.
Label Position indicates where a label will be displayed in the component.
Orientation to be used with Skapa components Orientation.Horizontal and Orientation.Vertical
Functions
Checks if the LayoutDirection is Right-to-Left.
Measures a component width without displays to then use the result, e.g QuantityStepper, Carousel counter badge
Applies the modifier provided if the nullable value is not null, uses Modifier.then() Example: Modifier.thenCheckNull("NotNull") { clickable(onClick = it) }
Applies the modifier provided if the @param boolean value is true, uses Modifier.then() Example: Modifier.thenCheckTrue("BooleanValue") { minimumTouchTargetSize() }