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
/* | |
* @Author: Kriss Heimanis | |
* @Date: 2017-12-22 12:21:08 | |
* @Last Modified by: Kriss Heimanis | |
* @Last Modified time: 2017-12-22 13:11:43 | |
* Helper function to simplify conditional classNames. | |
* Accepts object as args. | |
* Object item key is the className, the value is the condition that must be met to include that className. | |
* Either item can be dynamic |
OlderNewer