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)

36 lines (30 loc) 2.21 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } var React = require('react'); var React__default = _interopDefault(React); var reactContentLoader_es = require('../../../../../../node_modules/react-content-loader/dist/react-content-loader.es.js'); /** * @file index.tsx * * @fileoverview Shows a placeholder when a job teaser is loading. */ /** * Placeholder skeleton for job 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 JobTeaserPlaceholder = () => (React__default.createElement(reactContentLoader_es.default, { height: 60, width: 400, speed: 2, primaryColor: "#f3f3f3", secondaryColor: "#ecebeb" }, React__default.createElement("rect", { x: "67", y: "3", rx: "3", ry: "3", width: "62", height: "7" }), React__default.createElement("rect", { x: "138", y: "4", rx: "3", ry: "3", width: "89", height: "7" }), React__default.createElement("rect", { x: "236", y: "4", rx: "3", ry: "3", width: "9", height: "7" }), React__default.createElement("rect", { x: "77", y: "17", rx: "3", ry: "3", width: "116", height: "7" }), React__default.createElement("rect", { x: "205", y: "18", rx: "3", ry: "3", width: "116", height: "7" }), React__default.createElement("rect", { x: "78", y: "32", rx: "3", ry: "3", width: "80", height: "7" }), React__default.createElement("rect", { x: "169", y: "33", rx: "3", ry: "3", width: "53", height: "7" }), React__default.createElement("rect", { x: "231", y: "33", rx: "3", ry: "3", width: "53", height: "7" }), React__default.createElement("rect", { x: "67", y: "48", rx: "3", ry: "3", width: "27", height: "7" }), React__default.createElement("circle", { cx: "63", cy: "43", r: "0" }), React__default.createElement("rect", { x: "1", y: "0", rx: "0", ry: "0", width: "60", height: "59" }), React__default.createElement("rect", { x: "106", y: "21", rx: "0", ry: "0", width: "0", height: "0" }))); exports.JobTeaserPlaceholder = JobTeaserPlaceholder;