diff --git a/src/Gallery/insertYourLoaderHere/InfinityLoader.js b/src/Gallery/insertYourLoaderHere/InfinityLoader.js new file mode 100644 index 0000000..820c94d --- /dev/null +++ b/src/Gallery/insertYourLoaderHere/InfinityLoader.js @@ -0,0 +1,26 @@ +import React from "react" +import ContentLoader from "react-content-loader" + +const InfinityLoader = (props) => { + return( + + + +) +} +InfinityLoader.metadata = { + name: 'Satwik Vinod Bolar', + github: 'satwikbolar', + description: 'This is an Infinity Content Loader', // Little tagline + filename: 'InifinityLoader', +} + +export default InfinityLoader