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 f9a260c commit f50077eCopy full SHA for f50077e
README.md
@@ -21,12 +21,12 @@ yarn add react-loading-skeleton
21
npm install react-loading-skeleton
22
```
23
24
-```js
+```tsx
25
import Skeleton from 'react-loading-skeleton'
26
import 'react-loading-skeleton/dist/skeleton.css'
27
28
-<Skeleton/> // Simple, single-line loading skeleton
29
-<Skeleton count={5}/> // Five-line loading skeleton
+<Skeleton /> // Simple, single-line loading skeleton
+<Skeleton count={5} /> // Five-line loading skeleton
30
31
32
## Principles
0 commit comments