huanshankeji / compose-multiplatform-material

Unified Compose Multiplatform common extensions and Material wrappers for `androidx.compose` and Compose HTML
Apache License 2.0
16 stars 0 forks source link

Consider using `Modifier`s and layouts from Kobweb Silk #11

Closed ShreckYe closed 5 months ago

ShreckYe commented 1 year ago

Kobweb Silk already provides a set of Modifier and layout implementations that look quite comprehensive. Use their implementation directly instead implementing them by ourselves if possible.

See code in https://github.com/varabyte/kobweb/tree/main/frontend/kobweb-compose/src/jsMain/kotlin/com/varabyte/kobweb/compose/ui and https://github.com/varabyte/kobweb/tree/main/frontend/kobweb-compose/src/jsMain/kotlin/com/varabyte/kobweb/compose/ui/modifiers.

ShreckYe commented 6 months ago

This probably makes #1 obselete.