MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / constructor

Method constructor

src/NavLink.js:28–32  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

26
27class NavLink extends React.Component {
28 constructor(props) {
29 super(props);
30
31 this.onClick = this.onClick.bind(this);
32 }
33
34 onClick(e) {
35 if (this.props.disabled) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected