UNPKG

@talend/react-forms

Version:

React forms library based on json schema form.

15 lines 680 B
import { SkeletonParagraph, SkeletonHeading } from '@talend/design-system'; import theme from './CodeSkeleton.module.scss'; import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; export default function CodeSkeleton() { return /*#__PURE__*/_jsxs("div", { className: theme['code-widget__loading'], children: [/*#__PURE__*/_jsx(SkeletonHeading, { size: "S" }), /*#__PURE__*/_jsxs("div", { className: theme['code-widget__loading__lines'], children: [/*#__PURE__*/_jsx(SkeletonParagraph, {}), /*#__PURE__*/_jsx(SkeletonParagraph, {}), /*#__PURE__*/_jsx(SkeletonParagraph, {})] })] }); } //# sourceMappingURL=CodeSkeleton.component.js.map