mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
update button group demo
This commit is contained in:
parent
ffd8b8a7b9
commit
78d3653620
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user