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

Method render

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

Source from the content-addressed store, hash-verified

3017 });
3018 }
3019 render() {
3020 return (
3021 <div>
3022 <Navbar color="faded" light>
3023 <NavbarBrand href="/" className="me-auto">
3024 reactstrap
3025 </NavbarBrand>
3026 <NavbarToggler onClick={this.toggleNavbar} className="me-2" />
3027 <Collapse isOpen={!this.state.collapsed} navbar>
3028 <Nav navbar>
3029 <NavItem>
3030 <NavLink href="/components/">Components</NavLink>
3031 </NavItem>
3032 <NavItem>
3033 <NavLink href="https://github.com/reactstrap/reactstrap">
3034 Github
3035 </NavLink>
3036 </NavItem>
3037 </Nav>
3038 </Collapse>
3039 </Navbar>
3040 </div>
3041 );
3042 }
3043}
3044
3045class Example77 extends React.Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected