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