Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 23, 2019 22:33
Show Gist options
  • Save jsmanifest/cb2088587484eafcf8e6197032ac58f2 to your computer and use it in GitHub Desktop.
Save jsmanifest/cb2088587484eafcf8e6197032ac58f2 to your computer and use it in GitHub Desktop.
<div>
<h3>Made a mistake?</h3>
<div className="undo-actions">
<div>
<button type="button" onClick={undo}>
Undo
</button>
</div>
<div>
<button type="button" onClick={reset}>
Reset
</button>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment