Skip to content

Instantly share code, notes, and snippets.

@vinaygaba
Last active December 21, 2020 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinaygaba/bdaeb3ec5c2ddcf285c371887a071265 to your computer and use it in GitHub Desktop.
Save vinaygaba/bdaeb3ec5c2ddcf285c371887a071265 to your computer and use it in GitHub Desktop.
Usage of @ShowkaseComposable
@ShowkaseComposable(
name = "Custom name for component", 
group = "Custom group name"
@Composable 
fun MyComponent() { … }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment