Skip to content

Instantly share code, notes, and snippets.

@ShikaSD
Created July 26, 2020 20:00
Show Gist options
  • Save ShikaSD/26020db0cb9d8593aec083845f2b4873 to your computer and use it in GitHub Desktop.
Save ShikaSD/26020db0cb9d8593aec083845f2b4873 to your computer and use it in GitHub Desktop.
@Composable
fun Example() {
tag("div") {
tag("p") {
text("Paragraph 1")
}
tag("p") {
text("Paragraph 2")
}
tag("button") {
text("A Button")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment