()
| 4527 | }); |
| 4528 | } |
| 4529 | render() { |
| 4530 | return ( |
| 4531 | <div> |
| 4532 | <Navbar color="faded" light expand="md"> |
| 4533 | <NavbarToggler onClick={this.toggle} /> |
| 4534 | <NavbarBrand className="logo" href="/"> |
| 4535 | reactstrap |
| 4536 | </NavbarBrand> |
| 4537 | <Collapse isOpen={this.state.isOpen} navbar> |
| 4538 | <Nav className="ms-auto" navbar> |
| 4539 | <NavItem> |
| 4540 | <NavLink href="/components/">Components</NavLink> |
| 4541 | </NavItem> |
| 4542 | <NavItem> |
| 4543 | <NavLink href="https://github.com/reactstrap/reactstrap"> |
| 4544 | Github |
| 4545 | </NavLink> |
| 4546 | </NavItem> |
| 4547 | </Nav> |
| 4548 | </Collapse> |
| 4549 | </Navbar> |
| 4550 | </div> |
| 4551 | ); |
| 4552 | } |
| 4553 | } |
| 4554 | |
| 4555 | const Example113 = (props: any) => { |
nothing calls this directly
no outgoing calls
no test coverage detected