https://kotlinlang.org logo
Title
s

sanggggg

05/30/2022, 8:16 AM
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

yschimke

05/30/2022, 9:09 AM
Maybe https://github.com/airbnb/Showkase
😀 1
👍 2
☝️ 2
s

sanggggg

05/30/2022, 12:47 PM
thank you! this is exactly what I was looking for 👍