(args)
| 2 | import { Spinner, Button } from 'reactstrap'; |
| 3 | |
| 4 | function Example(args) { |
| 5 | return ( |
| 6 | <Button disabled color="primary"> |
| 7 | <Spinner size="sm" /> |
| 8 | <span> Loading</span> |
| 9 | </Button> |
| 10 | ); |
| 11 | } |
| 12 | |
| 13 | export default Example; |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…