I'm struggeling with CSS style! and I found that t...
# compose-web
a
I'm struggeling with CSS style! and I found that there is a Module 
compose.web.widgets
 which provides a collection of Composable components that conform to the API and behaviour of some widgets from Jetpack Compose UI like: 
Column
Row
, etc But it's deprecated is there any issue or disadvantages using them ?
👍 1
b
They're deprecated and based on canvas, so you lose all accessibility support
Bew skia-based widgets are in the oven, though.
d
I wrote a bit about that in my project's README: https://github.com/varabyte/kobweb#what-about-multiplatform-widgets
I introduce my own
Column
,
Row
, and
Modifier
classes, although they're based on Android / Desktop, not a pure fork