Skip to content

Instantly share code, notes, and snippets.

@skorytnicki
Last active September 26, 2018 20:16
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 skorytnicki/fbd26947129cd86fe2d22817ca7ea9d1 to your computer and use it in GitHub Desktop.
Save skorytnicki/fbd26947129cd86fe2d22817ca7ea9d1 to your computer and use it in GitHub Desktop.
Chatblocks sample
async function MainMenu() {
return <ButtonTemplate text="Hello, this is Szymon!">
<Button url="http://chatblocks.net">Chatblocks website</Button>
<Button url="http://korytnicki.pl">My website</Button>
</ButtonTemplate>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment