Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElemeFE/element-react
/ className
Method
className
libs/component/index.js:10–13 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
8
}
9
10
className(...args) {
11
const
{ className } = this.props;
12
return
this.classNames.apply(this, args.concat([className]));
13
}
14
15
style(args) {
16
const
{ style } = 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
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected