MCPcopy Create free account
hub / github.com/reactjs/react-modal /

Class

examples/basic/simple_usage/index.js:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8const DEFAULT_TITLE = 'Default title';
9
10class SimpleUsage extends Component {
11 constructor(props) {
12 super(props);
13 this.state = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected