UNPKG

panjareh

Version:

Panjareh using aparat and phoenix-video-player to play videos on desktops and tvs.

13 lines (11 loc) 200 B
import React from "react"; export default function Spinner() { return ( <div className="spinner-ring"> <div></div> <div></div> <div></div> <div></div> </div> ); }