(args)
| 2 | import { Placeholder } from 'reactstrap'; |
| 3 | |
| 4 | function Example(args) { |
| 5 | return ( |
| 6 | <> |
| 7 | <Placeholder tag="p" animation="glow"> |
| 8 | <Placeholder xs={12} /> |
| 9 | </Placeholder> |
| 10 | <Placeholder tag="p" animation="wave"> |
| 11 | <Placeholder xs={12} /> |
| 12 | </Placeholder> |
| 13 | </> |
| 14 | ); |
| 15 | } |
| 16 | |
| 17 | export default Example; |
| 18 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…