UNPKG
react-devdotto
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.2
1.2.1
1.2.0
1.0.1
1.0.0
> Embed your Posts on Dev.to into your React Project.
react-devdotto
/
src
/
lib
/
components
/
SkeletonLoading.js
6 lines
(4 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
5
6
import
React
from
"react"
;
export
default
function
SkeletonLoading
(
) {
return
<
div
className
=
"demo"
>
</
div
>
; }