Created
July 20, 2021 12:43
-
-
Save samflab/4066d97bb238c7f34e065558ece57cab to your computer and use it in GitHub Desktop.
App.js file with the form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div className="form"> | |
<label>Bill</label> | |
<input type="number" placeholder="0"></input> | |
<br /> | |
<label>Cash Given</label> | |
<input type="number" placeholder="0"></input> | |
<br /> | |
<button>Return Change</button> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment