| 4 | import ContentLoader from '../ContentLoader' |
| 5 | |
| 6 | const ReactContentLoaderListStyle: React.FC<IContentLoaderProps> = props => ( |
| 7 | <ContentLoader viewBox="0 0 400 110" {...props}> |
| 8 | <rect x="0" y="0" rx="3" ry="3" width="250" height="10" /> |
| 9 | <rect x="20" y="20" rx="3" ry="3" width="220" height="10" /> |
| 10 | <rect x="20" y="40" rx="3" ry="3" width="170" height="10" /> |
| 11 | <rect x="0" y="60" rx="3" ry="3" width="250" height="10" /> |
| 12 | <rect x="20" y="80" rx="3" ry="3" width="200" height="10" /> |
| 13 | <rect x="20" y="100" rx="3" ry="3" width="80" height="10" /> |
| 14 | </ContentLoader> |
| 15 | ) |
| 16 | |
| 17 | export default ReactContentLoaderListStyle |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…