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

Method render

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

Source from the content-addressed store, hash-verified

4369 });
4370 }
4371 render() {
4372 return (
4373 <div>
4374 <Navbar color="faded" dark expand>
4375 <NavbarToggler onClick={this.toggle} />
4376 <NavbarBrand href="/">reactstrap</NavbarBrand>
4377 <Collapse isOpen={this.state.isOpen} navbar>
4378 <Nav className="ms-auto" navbar>
4379 <NavItem>
4380 <NavLink href="/components/">Components</NavLink>
4381 </NavItem>
4382 <NavItem>
4383 <NavLink href="https://github.com/reactstrap/reactstrap">
4384 Github
4385 </NavLink>
4386 </NavItem>
4387 </Nav>
4388 </Collapse>
4389 </Navbar>
4390 </div>
4391 );
4392 }
4393}
4394
4395class Example109 extends React.Component<any, any> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected