(props)
| 2 | import { Button, ButtonGroup } from 'reactstrap'; |
| 3 | |
| 4 | function Example(props) { |
| 5 | return ( |
| 6 | <ButtonGroup vertical> |
| 7 | <Button color="danger">Button</Button> |
| 8 | <Button color="warning">Button</Button> |
| 9 | <Button color="success">Button</Button> |
| 10 | </ButtonGroup> |
| 11 | ); |
| 12 | } |
| 13 | |
| 14 | export default Example; |
| 15 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…