diff --git a/src/Gallery/insertYourLoaderHere/MiniApp.js b/src/Gallery/insertYourLoaderHere/MiniApp.js new file mode 100644 index 0000000..e8a3747 --- /dev/null +++ b/src/Gallery/insertYourLoaderHere/MiniApp.js @@ -0,0 +1,26 @@ +import React from "react" +import ContentLoader from "react-content-loader" + +const MiniAppLoader = props => { + return ( + + + + + + + + + + + ) +} + +MiniAppLoader.metadata = { + name: 'Randy Rebucas', + github: 'randy-rebucas', + description: 'A loading skeleton for your mini app programs.', + filename: 'MiniApp', +} + +export default MiniAppLoader