()
| 4408 | }); |
| 4409 | } |
| 4410 | render() { |
| 4411 | return ( |
| 4412 | <div> |
| 4413 | <Navbar color="faded" light expand> |
| 4414 | <NavbarToggler onClick={this.toggle} /> |
| 4415 | <NavbarBrand href="/">reactstrap</NavbarBrand> |
| 4416 | <Collapse isOpen={this.state.isOpen} navbar> |
| 4417 | <Nav className="ms-auto" navbar> |
| 4418 | <NavItem> |
| 4419 | <NavLink href="/components/">Components</NavLink> |
| 4420 | </NavItem> |
| 4421 | <NavItem> |
| 4422 | <NavLink href="https://github.com/reactstrap/reactstrap"> |
| 4423 | Github |
| 4424 | </NavLink> |
| 4425 | </NavItem> |
| 4426 | </Nav> |
| 4427 | </Collapse> |
| 4428 | </Navbar> |
| 4429 | </div> |
| 4430 | ); |
| 4431 | } |
| 4432 | } |
| 4433 | |
| 4434 | class Example110 extends React.Component<any, any> { |
nothing calls this directly
no outgoing calls
no test coverage detected