Does anyone know of/ have any experience with good component libraries for use in Compose? I am thinking that compose is itself, a language with which to define a component library, but wanted to see if anyone had any other thoughts.
I suppose material is a component library?
s
Stylianos Gakis
07/08/2024, 4:29 PM
Material is your best bet to get started. If someone knows of another example I'd also be curious
m
Mark Murphy
07/08/2024, 5:11 PM
By "component library", do you mean "design system"? If yes, then Compose Cupertino has a few options for an iOS-centric or iOS-capable design system.
r
Robert Jones
07/08/2024, 6:34 PM
Yes @Mark Murphy, I would say that a design system option matches what I am asking about here, thank you for your input