mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 12:23:08 +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(
|
ReactDOM.render(
|
||||||
<div>
|
<div>
|
||||||
<div>Status: </div>
|
<span>Status: </span>
|
||||||
<Badge status="success" />
|
<Badge status="success" />
|
||||||
<Badge status="error" />
|
<Badge status="error" />
|
||||||
<Badge status="default" />
|
<Badge status="default" />
|
||||||
|
Loading…
Reference in New Issue
Block a user