Skip to content

Instantly share code, notes, and snippets.

@zurche
Last active July 27, 2023 09:17
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 zurche/ac732f47e1ff644f7c4219bcd66ef4c9 to your computer and use it in GitHub Desktop.
Save zurche/ac732f47e1ff644f7c4219bcd66ef4c9 to your computer and use it in GitHub Desktop.
//...
private val mockData = MyCryptoCapUIData(38546.82f, "USD")
@Composable
fun CTAMyCryptoCap(modifier: Modifier = Modifier, data: MyCryptoCapUIData = mockData) {
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment