UNPKG

@cainiaofe/cn-ui-m

Version:
22 lines (21 loc) 831 B
import * as React from 'react'; import { CnDemoBlock, CnDemoPage, CnRadioGroup } from "../../.."; export var 配置数据源 = function () { return (React.createElement(CnDemoPage, { title: "\u914D\u7F6E\u6570\u636E\u6E90" }, React.createElement(CnDemoBlock, { title: "\u914D\u7F6E\u6570\u636E\u6E90" }, React.createElement(CnRadioGroup, { shape: "button", dataSource: [ { label: '选项 1', value: 1, }, { label: '选项 2', value: 2, }, { label: '选项 3', value: 3, }, ] })))); }; export default { title: 'demo/CnRadio' };