()
| 4447 | }); |
| 4448 | } |
| 4449 | render() { |
| 4450 | return ( |
| 4451 | <div> |
| 4452 | <Navbar color="faded" light expand="md"> |
| 4453 | <NavbarToggler onClick={this.toggle} /> |
| 4454 | <NavbarBrand href="/">reactstrap</NavbarBrand> |
| 4455 | <Collapse isOpen={this.state.isOpen} navbar> |
| 4456 | <Nav className="ms-auto" navbar> |
| 4457 | <NavItem> |
| 4458 | <NavLink href="/components/">Components</NavLink> |
| 4459 | </NavItem> |
| 4460 | <NavItem> |
| 4461 | <NavLink href="https://github.com/reactstrap/reactstrap"> |
| 4462 | Github |
| 4463 | </NavLink> |
| 4464 | </NavItem> |
| 4465 | </Nav> |
| 4466 | </Collapse> |
| 4467 | </Navbar> |
| 4468 | </div> |
| 4469 | ); |
| 4470 | } |
| 4471 | } |
| 4472 | |
| 4473 | class Example111 extends React.Component<any, any> { |
nothing calls this directly
no outgoing calls
no test coverage detected