Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElemeFE/element-react
/ classNames
Method
classNames
libs/component/index.js:6–8 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
4
5
export
default
class
Component extends React.Component {
6
classNames(...args) {
7
return
classnames(args);
8
}
9
10
className(...args) {
11
const
{ className } = this.props;
Callers
15
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
renderContent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected