Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created August 12, 2022 01:19
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 skydoves/0a4cacc660fccd221cc01ad3c3134050 to your computer and use it in GitHub Desktop.
Save skydoves/0a4cacc660fccd221cc01ad3c3134050 to your computer and use it in GitHub Desktop.
hoist_vm
setContent {
val viewModel = ViewModel()
Column {
Text("This is a cool column I have")
CustomButton(count = viewModel.stateHoldingClass.counter) {
viewModel.stateHoldingClass.counter++
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment