Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gajus/react-css-modules
/ render
Method
render
tests/reactCssModules.js:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
46
Foo =
class
extends React.Component {
47
render () {
48
return
<div styleName=
'foo'
>Hello</div>;
49
}
50
};
51
52
Foo = reactCssModules(Foo, {
Callers
1
reactCssModules.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected