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

Method render

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected