Skip to content

Instantly share code, notes, and snippets.

@zbraniecki
Created September 11, 2018 18:34
Show Gist options
  • Save zbraniecki/e45aafea5d32caa3f8e26e3256f444c4 to your computer and use it in GitHub Desktop.
Save zbraniecki/e45aafea5d32caa3f8e26e3256f444c4 to your computer and use it in GitHub Desktop.
<Localized
id="create-account"
confirm={
<button onClick={createAccount}></button>
}
cancel={
<Link to="/"></Link>
}>
<p>{'<confirm>Create account</confirm> or <cancel>go back</cancel>.'}</p>
</Localized>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment