From ab9c28161a669ae71a82405de9f6e03fdcae5120 Mon Sep 17 00:00:00 2001 From: Satwik V Bolar <82822150+satwikbolar@users.noreply.github.com> Date: Fri, 30 Jun 2023 16:20:24 +0530 Subject: [PATCH] Create InfinityLoader.js --- .../insertYourLoaderHere/InfinityLoader.js | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/Gallery/insertYourLoaderHere/InfinityLoader.js 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