()
| 4369 | }); |
| 4370 | } |
| 4371 | render() { |
| 4372 | return ( |
| 4373 | <div> |
| 4374 | <Navbar color="faded" dark expand> |
| 4375 | <NavbarToggler onClick={this.toggle} /> |
| 4376 | <NavbarBrand href="/">reactstrap</NavbarBrand> |
| 4377 | <Collapse isOpen={this.state.isOpen} navbar> |
| 4378 | <Nav className="ms-auto" navbar> |
| 4379 | <NavItem> |
| 4380 | <NavLink href="/components/">Components</NavLink> |
| 4381 | </NavItem> |
| 4382 | <NavItem> |
| 4383 | <NavLink href="https://github.com/reactstrap/reactstrap"> |
| 4384 | Github |
| 4385 | </NavLink> |
| 4386 | </NavItem> |
| 4387 | </Nav> |
| 4388 | </Collapse> |
| 4389 | </Navbar> |
| 4390 | </div> |
| 4391 | ); |
| 4392 | } |
| 4393 | } |
| 4394 | |
| 4395 | class Example109 extends React.Component<any, any> { |
nothing calls this directly
no outgoing calls
no test coverage detected