Created
February 5, 2016 17:24
-
-
Save vitkarpov/e8de2c689c7a3f5bb6c6 to your computer and use it in GitHub Desktop.
jBlocks: example of html
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 class="js-counter" data-component="сounter" data-props='{ "initialValue": 2 }'> | |
| <button class="js-inc">+</button> | |
| <button class="js-dec">-</button> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment