文件名称:classcat:快速构建类属性字符串
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-29 15:51:54
node class classnames classlist JavaScript
类猫 快速构建属性字符串。 与框架无关的,可重用的纯原始JavaScript。 比其他产品。 (缩小+压缩)。 :OK_hand: 该模块使从对象或CSS类名称数组构建以空格分隔的class属性字符串变得容易。 只需将每个类与一个布尔值配对即可有条件地添加或删除它们。 import cc from "classcat" export const ToggleButton = ( { isOn , toggle } ) => ( < div xss=removed xss=removed> toggle ( ! isOn ) } > < div className = { cc ( { circle : true , off : ! isOn , on : isOn , } ) }
【文件预览】:
classcat-main
----.gitignore(73B)
----package.json(1KB)
----LICENSE.md(1KB)
----index.js(410B)
----bench()
--------package.json(200B)
--------index.js(2KB)
--------runBenchmark.js(466B)
----.github()
--------workflows()
----README.md(2KB)
----tests()
--------index.test.js(2KB)
----index.d.ts(379B)