Theoretically, will Compose be compatible with how...
# compose
a
Theoretically, will Compose be compatible with how companies are defining "Design Language" components and shipping as internal libraries?
Since you are no longer defining static views it's a bit hard for me to wrap my head around how this might work
r
Well it’s even more compatible in a way
Material design components are such a design system we built
But you could create your own
One of the big goals of compose is to build our components using only public APIs so you can do the same
👍 2
a
instant large repo of example projects 🙂 I like it
r
If you look at the source code of compose you’ll see that the material components are neatly separated from the foundation bits (layout, draw, text, etc.)