Created
October 15, 2019 17:28
-
-
Save helloncanella/6491acf0c072f3f2a8f8bbdf008ee158 to your computer and use it in GitHub Desktop.
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="counter-A"> | |
| <Counter label="A"></Counter> | |
| <AddOneButton label="A"></AddOneButton> | |
| </div> | |
| <div className="counter-B"> | |
| <Counter label="B"></Counter> | |
| <AddOneButton label="B"></AddOneButton> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment