We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04f788 commit ef863daCopy full SHA for ef863da
README.md
@@ -90,7 +90,6 @@ import ContentLoader, { Rect, Circle } from 'react-content-loader/native'
90
const MyLoader = () => (
91
<ContentLoader>
92
<Circle cx="30" cy="30" r="30" />
93
- <Rect x="0" y="0" rx="5" ry="5" width="70" height="70" />
94
<Rect x="80" y="17" rx="4" ry="4" width="300" height="13" />
95
<Rect x="80" y="40" rx="3" ry="3" width="250" height="10" />
96
</ContentLoader>
0 commit comments