UNPKG

acklen-keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

21 lines (19 loc) 793 B
import React from 'react'; export default PWAComponentLoader => ( <div className="pwaComponentLoaderWrapper"> <div className="pwaLoader"> <div className="animated-background"> <div className="background-masker header-top" /> <div className="background-masker header-right" /> <div className="background-masker header-bottom" /> <div className="background-masker subheader-right" /> <div className="background-masker content-top" /> <div className="background-masker content-first-end" /> <div className="background-masker content-second-line" /> <div className="background-masker content-second-end" /> <div className="background-masker content-third-line" /> <div className="background-masker content-third-end" /> </div> </div> </div> );