mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
docs: update demo of Badge
This commit is contained in:
parent
7156083c7a
commit
969cbed2ca
@ -18,7 +18,7 @@ import { Badge } from 'antd';
|
||||
|
||||
ReactDOM.render(
|
||||
<div>
|
||||
<div>Status: </div>
|
||||
<span>Status: </span>
|
||||
<Badge status="success" />
|
||||
<Badge status="error" />
|
||||
<Badge status="default" />
|
||||
|
Loading…
Reference in New Issue
Block a user