mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-05-16 08:29:46 +08:00
Update README.md
This commit is contained in:
@@ -136,7 +136,7 @@ const MyBulletListLoader = () => <BulletList />
|
||||
|
||||
```jsx
|
||||
const MyLoader = () => (
|
||||
<ContentLoader>
|
||||
<ContentLoader height={140} speed={1} primaryColor={'#333'} secondaryColor={'#999'}>
|
||||
{/* Pure SVG */}
|
||||
<rect x="0" y="0" rx="5" ry="5" width="70" height="70" />
|
||||
<rect x="80" y="17" rx="4" ry="4" width="300" height="13" />
|
||||
|
||||
Reference in New Issue
Block a user