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

Method render

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

Source from the content-addressed store, hash-verified

609// --------------- ButtonGroup
610class Example20 extends React.Component {
611 render() {
612 return (
613 <ButtonGroup>
614 <Button>Left</Button> <Button>Middle</Button> <Button>Right</Button>
615 </ButtonGroup>
616 );
617 }
618}
619
620class Example21 extends React.Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected