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

Initial support for tags and extra metadata on components #309

Closed pmecho closed 1 year ago

pmecho commented 1 year ago

This starts the support for adding generic strings to tag and label components to help with filtering and custom categorization. Tags are added to the browser for filtering while metadata is only accessible from the generated ShowkaseCodegenMetadata object. A follow-up PR will add visual tag filtering to the built in browser.