MCPcopy Create free account
hub / github.com/flyfloor/react-component / klassName

Function klassName

component/util/className.js:1–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const klassName = function() {
2 if (arguments.length === 0) {
3 return ''
4 }
5 let cls = Array.prototype.slice.call(arguments)
6 return cls.filter(l => l).join(' ')
7}
8
9module.exports = klassName

Callers 15

renderFunction · 0.50
Tab.jsFile · 0.50
renderFunction · 0.50
renderFunction · 0.50
renderFunction · 0.50
Pagination.jsFile · 0.50
NoticeCenter.jsFile · 0.50
Menu.jsFile · 0.50
renderFunction · 0.50
formatYieldChildrenFunction · 0.50
formatOptionsFunction · 0.50
Modal.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…