Hi. Is it possible to use jetpack compose to build...
# compose
r
Hi. Is it possible to use jetpack compose to build a a library of widgets for my company? We have various mobile apps (and web apps) that would benefit from a consistent set of widgets the designers have come up with. They would just need minor styling after to use the color palette of the app. Any issues preventing this?
👌 5
🚫 1
c
Of course, Compose is totally suitable to build a UI library.
compose-material
is such a UI library, and jetsnack sample also has a custom design system.
âž• 1
🙌 1
z
Yep, one of the design goals of compose was to enable exactly this use case. I know a bunch of Android shops that are working on this sort of thing right now.
r
What about across web and mobile?