Skip to content

Instantly share code, notes, and snippets.

@AlankritaShah
Created October 27, 2022 21:06
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 AlankritaShah/3c8abc3239f2d61b7a890136729785cc to your computer and use it in GitHub Desktop.
Save AlankritaShah/3c8abc3239f2d61b7a890136729785cc to your computer and use it in GitHub Desktop.
@Preview(showBackground = true)
@Composable
fun ComposeQuadrantPreview() {
ComposeExampleTheme {
ComposeQuadrant(
color = Color.Cyan,
head = "Row composable",
body = "A layout composable that places its children in a horizontal sequence.",
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment