@cainiaofe/cn-ui-m
Version:
11 lines (10 loc) • 744 B
JavaScript
import React from 'react';
import { CnBox, CnLoading, CnDemoBlock, CnDemoPage } from "../../..";
export var 文案方向 = function () { return (React.createElement(CnDemoPage, { title: "\u6587\u6848\u65B9\u5411" },
React.createElement(CnDemoBlock, { title: "\u6587\u6848\u5728\u53F3\u4FA7" },
React.createElement(CnBox, { direction: "row" },
React.createElement(CnLoading, { visible: true, tip: "loading", tipAlign: "right" }))),
React.createElement(CnDemoBlock, { title: "\u6587\u6848\u5728\u4E0B\u4FA7" },
React.createElement(CnBox, { direction: "row" },
React.createElement(CnLoading, { visible: true, tip: "loading", tipAlign: "bottom" }))))); };
export default { title: 'demo/CnLoading' };