UNPKG
panjareh
Version:
latest (1.0.16)
1.0.16
Panjareh using aparat and phoenix-video-player to play videos on desktops and tvs.
panjareh
/
src
/
components
/
spinner
/
spinner.js
13 lines
(11 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
React
from
"react"
;
export
default
function
Spinner
(
) {
return
(
<
div
className
=
"spinner-ring"
>
<
div
>
</
div
>
<
div
>
</
div
>
<
div
>
</
div
>
<
div
>
</
div
>
</
div
>
); }