UNPKG

@cainiaofe/cn-ui-m

Version:
10 lines (9 loc) 692 B
import * as React from 'react'; import { CnBox, CnButton, CnDemoBlock, CnDemoPage } from "../../.."; export var 文字按钮 = function () { return (React.createElement(CnDemoPage, { title: "\u6587\u5B57\u6309\u94AE" }, React.createElement(CnDemoBlock, { title: "\u6587\u5B57\u6309\u94AE" }, React.createElement(CnBox, { direction: "row", justify: "space-between" }, React.createElement(CnButton, { type: "normal", text: true }, "Normal"), React.createElement(CnButton, { type: "primary", text: true }, "Primary"), React.createElement(CnButton, { type: "secondary", text: true }, "Secondary"))))); }; export default { title: 'demo/CnButton' };