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

Method render

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

Source from the content-addressed store, hash-verified

4486 });
4487 }
4488 render() {
4489 return (
4490 <div>
4491 <Navbar color="faded" light expand="md">
4492 <NavbarToggler onClick={this.toggle} />
4493 <NavbarBrand tag="a" href="/">
4494 reactstrap
4495 </NavbarBrand>
4496 <Collapse isOpen={this.state.isOpen} navbar>
4497 <Nav className="ms-auto" navbar>
4498 <NavItem>
4499 <NavLink href="/components/">Components</NavLink>
4500 </NavItem>
4501 <NavItem>
4502 <NavLink href="https://github.com/reactstrap/reactstrap">
4503 Github
4504 </NavLink>
4505 </NavItem>
4506 </Nav>
4507 </Collapse>
4508 </Navbar>
4509 </div>
4510 );
4511 }
4512}
4513
4514class Example112 extends React.Component<any, any> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected