UNPKG

@cainiaofe/cn-ui-m

Version:
10 lines (9 loc) 691 B
import * as React from 'react'; import { CnBox, CnButton, CnDemoBlock, CnDemoPage } from "../../.."; export var 警告按钮 = function () { return (React.createElement(CnDemoPage, { title: "\u8B66\u544A\u6309\u94AE" }, React.createElement(CnDemoBlock, { title: "\u8B66\u544A\u6309\u94AE" }, React.createElement(CnBox, { direction: "row", justify: "space-between" }, React.createElement(CnButton, { type: "normal", warning: true }, "Normal"), React.createElement(CnButton, { type: "primary", warning: true }, "Primary"), React.createElement(CnButton, { warning: true, text: true }, "Button"))))); }; export default { title: 'demo/CnButton' };