Adetunji Dahunsi

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 Layoutssplit layouts desktopsplit layouts
Sticky Headerslistgridstaggered_grid
Collapsing Headers and Scrollbarscollapsing header with scrollbars in a listcollapsing header with scrollbars in a gridcollapsing header with scrollbars in staggered_grid
Pointer Offset Scrollpointer offset list scrollpointer offset grid scrollpointer offset staggered grid
Drag To Dismisscolor drag to dismissimage drag to dismissvideo drag to dismiss
Alignment / ContentScale Interpolationrounded rect interpolationbeach scene interpolation

Please see the documentation for more details.

Tags:
untagged

0