(args)
| 2 | import { Progress } from 'reactstrap'; |
| 3 | |
| 4 | function Example(args) { |
| 5 | return ( |
| 6 | <> |
| 7 | <Progress value={45} style={{ height: '3px' }} className="my-3" /> |
| 8 | <Progress value={45} style={{ height: '20px' }} className="my-3" /> |
| 9 | </> |
| 10 | ); |
| 11 | } |
| 12 | |
| 13 | export default Example; |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…