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)

21 lines (18 loc) 1.11 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 form is loading. */ /** * Placeholder skeleton for forms for when page is loading. */ const FormPlaceholder = () => (React__default.createElement(ContentLoader, { height: 130, width: 400 }, React__default.createElement("rect", { x: "0", y: "0", rx: "3", ry: "3", width: "250", height: "10" }), React__default.createElement("rect", { x: "20", y: "20", rx: "3", ry: "3", width: "220", height: "10" }), React__default.createElement("rect", { x: "20", y: "40", rx: "3", ry: "3", width: "170", height: "10" }), React__default.createElement("rect", { x: "0", y: "60", rx: "3", ry: "3", width: "250", height: "10" }), React__default.createElement("rect", { x: "20", y: "80", rx: "3", ry: "3", width: "200", height: "10" }), React__default.createElement("rect", { x: "20", y: "100", rx: "3", ry: "3", width: "80", height: "10" }))); export { FormPlaceholder };