Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
chromed
/
wp-content
/
plugins
/
envato-elements
/
src
/
js
/
react
/
components
/
Loading
:
LoadingAnimation.jsx
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
import React from 'react' import styles from './LoadingAnimation.module.scss' const LoadingAnimation = () => ( <div className={styles.wrap}> <span className={styles.inner} aria-label='Loading' /> </div> ) export default LoadingAnimation