Skip to content

Instantly share code, notes, and snippets.

@sagar2093
Created May 10, 2020 16:37
Show Gist options
  • Save sagar2093/2592c1b6b5397986e23fbe772752ad24 to your computer and use it in GitHub Desktop.
Save sagar2093/2592c1b6b5397986e23fbe772752ad24 to your computer and use it in GitHub Desktop.
@Preview
@Composable
private fun UniversityCardPreview() {
val university = University(uniName = "Harvard University", uniAddress = "United States")
MaterialTheme {
UniversityCard(university)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment