Created
November 29, 2017 16:07
-
-
Save sirtimbly/a54fee658379daddc3323df2404de53f 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
return $.div.border.h({ | |
classes: { | |
"bg-aqua": isActive, | |
"blue": isActive, | |
"bg-gray": !isActive, | |
"red": !isValid, | |
}}, []); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment