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

Method constructor

types/reactstrap-tests.tsx:3005–3012  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

3003class Example76 extends React.Component<any, any> {
3004 state: any;
3005 constructor(props: any) {
3006 super(props);
3007
3008 this.toggleNavbar = this.toggleNavbar.bind(this);
3009 this.state = {
3010 collapsed: true,
3011 };
3012 }
3013
3014 toggleNavbar() {
3015 this.setState({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected