Hello, is there any UI Component visualization too...
# compose
s
Hello, is there any UI Component visualization toolkit for jetpack compose? (like react storybook) Currently, I’m developing design system with jetpack compose with the team’s designers. When a new UI Component is developed, both designers and developers want to make sure that it is implemented as intented. For example, • To check how the UI Component looks in the number of cases in any state it can be (like enabled, disabled, selected) • To check which UI feedbacks (animations, state changes) are played when user interactions occur • … I’m communicating with the android studio preview of compose directly to the designers, but I want to know how to manage it more easily
👀 2
y
😀 1
👍 2
☝️ 2
s
thank you! this is exactly what I was looking for 👍