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)

23 lines (20 loc) 1.29 kB
import React__default from 'react'; import ContentLoader from '../../../../../../node_modules/react-content-loader/dist/react-content-loader.es.js'; /** * @file index.tsx * * @fileoverview Shows a placeholder when a resume teaser page is loading. */ /** * Placeholder skeleton for resume teaser for when page is loading. * Skeletons help provide some guidance to the user for * what the page will have while content is loading. */ const ResumeTeaserPlaceholder = () => (React__default.createElement(ContentLoader, { height: 130, width: 800, speed: 2, primaryColor: "#f3f3f3", secondaryColor: "#ecebeb" }, React__default.createElement("rect", { x: "70", y: "15", rx: "4", ry: "4", width: "117", height: "10" }), React__default.createElement("rect", { x: "70", y: "35", rx: "3", ry: "3", width: "85", height: "10" }), React__default.createElement("rect", { x: "0", y: "80", rx: "3", ry: "3", width: "350", height: "10" }), React__default.createElement("rect", { x: "0", y: "100", rx: "3", ry: "3", width: "380", height: "10" }), React__default.createElement("rect", { x: "0", y: "120", rx: "3", ry: "3", width: "201", height: "10" }), React__default.createElement("circle", { cx: "30", cy: "30", r: "30" }))); export { ResumeTeaserPlaceholder };