import spinner from "./assets/spinner.gif";
function Spinner() {
return (
<div className="w-100 mt-20">
<img
width={180}
className="text-center mx-auto"
src={spinner}
alt="Loading..."
/>
</div>
);
}
export default Spinner;
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter