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

Function Example22

types/reactstrap-tests.tsx:643–663  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

641}
642
643const Example22 = (props: any) => (
644 <div>
645 <ButtonGroup size="lg">
646 <Button>Left</Button>
647 <Button>Middle</Button>
648 <Button>Right</Button>
649 </ButtonGroup>
650
651 <ButtonGroup>
652 <Button>Left</Button>
653 <Button>Middle</Button>
654 <Button>Right</Button>
655 </ButtonGroup>
656
657 <ButtonGroup size="sm">
658 <Button>Left</Button>
659 <Button>Middle</Button>
660 <Button>Right</Button>
661 </ButtonGroup>
662 </div>
663);
664
665const Example23 = (props: any) => (
666 <ButtonGroup>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…