:wave: Hey everyone! Check out the Kelp plugin for...
# compose
a
👋 Hey everyone! Check out the Kelp plugin for Android Studio created to seamlessly integrate custom design systems into Android Studio. Key features include: • 🔧 Customizable icons for component functions • 🎨 Design system icons in code completion and gutter • 🌈 Color previews in code • 📱 Demo app integration • 🖼️ KDoc image rendering • ⌨️ Customizable live templates You can configure Kelp via a JSON file and share it through Git to ensure consistency across your team. Learn more here: • Medium articleGitHub Repo Happy coding! 🎉
👏 2
f
This is awesome and am looking forward to adding it to our design system. In particular, thank you for addressing showing image previews on the kdoc! That’s a huge win. quick question, in the documentation you mention
showkase
and was wondering if it’s possible to leverage
showkase
for the Kelp color previews? In our design system we have to maintain 2 color source of truths (1 in compose
Color
values, and 1 in XML values for legacy views). I feel like adding another initializer for Kelp colors would just add more work. But yeah, looks awesome so far!