MCPcopy
hub / github.com/danilowoz/react-content-loader / ReactContentLoaderListStyle

Function ReactContentLoaderListStyle

src/web/presets/ListStyle.tsx:6–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import ContentLoader from '../ContentLoader'
5
6const 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
17export default ReactContentLoaderListStyle

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…