什么是类集?

san*_*kar 2 reactjs

请解释一下...

<div className={classSet({
       'Cell': true,
       'Cell--highlighted': highlighted,
       'Cell--hovered': hovered
})}></div>
Run Code Online (Sandbox Code Playgroud)

mar*_*339 5

对象 classSet 中的键是 css 类的名称。该值是一个逻辑表达式 - 如果为 true - 类将被添加到 DOM 元素,如果为 false,则不会。

该库现已弃用,请查看:https: //github.com/JedWatson/classnames