Last active
October 8, 2017 19:03
-
-
Save pablohpsilva/c63b35c6a8f2c7d3a264ee88824e3599 to your computer and use it in GitHub Desktop.
InfernoJS + dynamic classes added WRONG
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={{ | |
| 'toolbar': true, | |
| 'toolbar-fixed': fixed | |
| }}> | |
| { children } | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment