MCPcopy Index your code
hub / github.com/flyfloor/react-component / constructor

Method constructor

demo/example/SlideMenuDemo.jsx:5–7  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

3
4export default class SlideMenuDemo extends React.Component {
5 constructor(props){
6 super(props);
7 }
8
9 handleClose(){
10 return confirm('close slide?')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected