()
| 5034 | } |
| 5035 | |
| 5036 | function 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 | |
| 5056 | function Example124() { |
| 5057 | // https://reactstrap.github.io/components/carousel/ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…