spierce7
05/04/2021, 2:34 PMJavier
05/04/2021, 2:40 PMspierce7
05/04/2021, 2:41 PMWith multiplatform widgets, we are experimenting with creating a set of layout primitives, widgets, and APIs that mimic the features you already know from Jetpack Compose for Desktop and Android. These web implementations are currently self-contained in their own packages, and implement only a small subset of the interfaces found on the other targets.
They try to approximate the behavior of the canvas-based implementations used in the other Jetpack Compose targets. Under the hood, they recreate the look and feel of the components on top of the DOM, under the constraints of the browser layout engine.
olonho
05/04/2021, 2:50 PMspierce7
05/04/2021, 3:04 PMspierce7
05/04/2021, 6:40 PMCarson Holzheimer
05/07/2021, 1:09 PMlouiscad
05/07/2021, 1:13 PM