Skip to content

Instantly share code, notes, and snippets.

@pranaypatel512
Last active October 29, 2022 11:00
Show Gist options
  • Save pranaypatel512/31d9a11b2095af86669dee0e2d7b3905 to your computer and use it in GitHub Desktop.
Save pranaypatel512/31d9a11b2095af86669dee0e2d7b3905 to your computer and use it in GitHub Desktop.
JetKiteButtonPreview
@Composable
@Preview
fun JetKiteButtonPreview() {
JetKiteTheme {
Surface {
JetKiteButton(text = "Login") {
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment