Composables: A KMP component library
A utility libray for building beautiful, engaging multiplatform apps with Jetpack Compose
TJ Dahunsi
Nov 23 2024 ยท 1 min read
Categories:
uncategorized
Composables are a collection of utility methods that build on the Jetpack Compose UI and Foundation packages.
They offer APIs for common UI interactions that make UI more delightful. They are summarized below
Composable | |||
---|---|---|---|
Split Layouts | |||
Sticky Headers | |||
Collapsing Headers and Scrollbars | |||
Pointer Offset Scroll | |||
Drag To Dismiss | |||
Alignment / ContentScale Interpolation |
Please see the documentation for more details.
Tags:
untagged
0