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

Method render

types/reactstrap-tests.tsx:4529–4552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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
4555const Example113 = (props: any) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected