Skip to content

Instantly share code, notes, and snippets.

@skorytnicki
Last active September 26, 2018 20:16
Embed
What would you like to do?
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