--- order: 5 title: 大小 --- 大中小三种组合,可以和表单输入框进行对应配合。 ````jsx import { Radio } from 'antd'; const RadioButton = Radio.Button; const RadioGroup = Radio.Group; ReactDOM.render(
杭州 上海 北京 成都
杭州 上海 北京 成都
杭州 上海 北京 成都
, mountNode); ````