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

Function Example123

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

Source from the content-addressed store, hash-verified

5034}
5035
5036function Example123() {
5037 return (
5038 <div>
5039 <Button color="primary" id="toggler" style={{ marginBottom: '1rem' }}>
5040 Toggle
5041 </Button>
5042 <UncontrolledCollapse toggler="#toggler">
5043 <Card>
5044 <CardBody>
5045 Lorem ipsum dolor sit amet consectetur adipisicing elit. Nesciunt
5046 magni, voluptas debitis similique porro a molestias consequuntur
5047 earum odio officiis natus, amet hic, iste sed dignissimos esse fuga!
5048 Minus, alias.
5049 </CardBody>
5050 </Card>
5051 </UncontrolledCollapse>
5052 </div>
5053 );
5054}
5055
5056function Example124() {
5057 // https://reactstrap.github.io/components/carousel/

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…