UNPKG

@reservoir0x/relay-kit-ui

Version:

Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.

18 lines 645 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const jsx_runtime_1 = require("react/jsx-runtime"); const Flex_js_1 = tslib_1.__importDefault(require("./Flex.js")); const Skeleton = ({ css }) => { return ((0, jsx_runtime_1.jsx)(Flex_js_1.default, { css: { animationName: 'pulse', backgroundColor: 'skeleton-background', borderRadius: 8, width: 100, height: 12, animation: 'pulse 3s ease-in-out infinite', ...css } })); }; exports.default = Skeleton; //# sourceMappingURL=Skeleton.js.map