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

Method render

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

Source from the content-addressed store, hash-verified

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
4434class Example110 extends React.Component<any, any> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected