update button group demo

This commit is contained in:
afc163 2016-01-28 14:23:09 +08:00
parent ffd8b8a7b9
commit 78d3653620

View File

@ -15,8 +15,8 @@ const ButtonGroup = Button.Group;
ReactDOM.render(<div>
<h4>基本组合</h4>
<ButtonGroup>
<Button type="primary" disabled>确定</Button>
<Button type="primary" disabled>取消</Button>
<Button type="primary">确定</Button>
<Button type="primary">取消</Button>
</ButtonGroup>
<ButtonGroup>
<Button disabled></Button>