UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

11 lines (8 loc) 777 B
import React__default from 'react'; import ContentLoader from '../../../../../../node_modules/react-content-loader/dist/react-content-loader.es.js'; const ListLoader = () => (React__default.createElement(ContentLoader, { height: 100, width: 400, speed: 2, primaryColor: "#f3f3f3", secondaryColor: "#ecebeb" }, React__default.createElement("rect", { x: "0", y: "15", rx: "5", ry: "5", width: "300", height: "12" }), React__default.createElement("rect", { x: "0", y: "40", rx: "5", ry: "5", width: "230", height: "12" }), React__default.createElement("rect", { x: "0", y: "65", rx: "5", ry: "5", width: "200", height: "12" }), React__default.createElement("rect", { x: "0", y: "90", rx: "5", ry: "5", width: "270", height: "12" }))); export { ListLoader };