Skip to content

Instantly share code, notes, and snippets.

@sirtimbly
Created November 29, 2017 16:07
Show Gist options
  • Save sirtimbly/a54fee658379daddc3323df2404de53f to your computer and use it in GitHub Desktop.
Save sirtimbly/a54fee658379daddc3323df2404de53f to your computer and use it in GitHub Desktop.
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