Created
September 14, 2019 18:42
-
-
Save IwoHerka/b15c1c2fa94fd88a45b20925b0e70599 to your computer and use it in GitHub Desktop.
Lightning Hiccup Tutorial Example 1
This file contains 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 | |
[:button#counter-btn | |
{:class "btn active" | |
:style {:padding 5} | |
:on-click (fn [e] (swap! counter inc))} | |
"Click me!"]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment