UNPKG

react-super

Version:
53 lines 1.23 kB
import { Space } from 'rs-antd'; import React from 'react'; import Loading from '..'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; export default (function () { return /*#__PURE__*/_jsxs(Space, { children: [/*#__PURE__*/_jsx(Loading, { loading: true, mode: "dark", opacity: 0.1, children: /*#__PURE__*/_jsx("div", { style: { width: 200, height: 200 } }) }), /*#__PURE__*/_jsx(Loading, { indicator: 'b', loading: true, mode: "dark", opacity: 0.1, children: /*#__PURE__*/_jsx("div", { style: { width: 200, height: 200 } }) }), /*#__PURE__*/_jsx(Loading, { indicator: "c", loading: true, mode: "dark", opacity: 0.1, children: /*#__PURE__*/_jsx("div", { style: { width: 200, height: 200 } }) }), /*#__PURE__*/_jsx(Loading, { indicator: "d", loading: true, mode: "dark", opacity: 0.1, children: /*#__PURE__*/_jsx("div", { style: { width: 200, height: 200 } }) })] }); });