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

Method render

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

Source from the content-addressed store, hash-verified

619
620class Example21 extends React.Component {
621 render() {
622 return (
623 <ButtonToolbar>
624 <ButtonGroup>
625 <Button>1</Button>
626 <Button>2</Button>
627 <Button>3</Button>
628 <Button>4</Button>
629 </ButtonGroup>
630 <ButtonGroup>
631 <Button>5</Button>
632 <Button>6</Button>
633 <Button>7</Button>
634 </ButtonGroup>
635 <ButtonGroup>
636 <Button>8</Button>
637 </ButtonGroup>
638 </ButtonToolbar>
639 );
640 }
641}
642
643const Example22 = (props: any) => (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected