airbnb / Showkase

🔦 Showkase is an annotation-processor based Android library that helps you organize, discover, search and visualize Jetpack Compose UI elements
https://medium.com/airbnb-engineering/introducing-showkase-a-library-to-organize-discover-and-visualize-your-jetpack-compose-elements-d5c34ef01095
Apache License 2.0
2.1k stars 107 forks source link

customize permutations #329

Open dmelton-gpsw opened 1 year ago

dmelton-gpsw commented 1 year ago

For the most part, we already have our own permutations defined as different @Preview functions. It would be nice to bypass the permutations in code gen, or make them customizable in the same way as group is.