Composables: A KMP component library

A utility libray for building beautiful, engaging multiplatform apps with Jetpack Compose

TJ Dahunsi

Nov 23 2024 ยท 1 min

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

split layouts desktop

split layouts

Sticky Headers

list

grid

staggered_grid

Collapsing Headers and Scrollbars

collapsing header with scrollbars in a list

collapsing header with scrollbars in a grid

collapsing header with scrollbars in staggered_grid

Pointer Offset Scroll

pointer offset list scroll

pointer offset grid scroll

pointer offset staggered grid

Drag To Dismiss

color drag to dismiss

image drag to dismiss

video drag to dismiss

Alignment / ContentScale Interpolation

rounded rect interpolation

beach scene interpolation

Please see the documentation for more details.

,