mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-04 09:15:16 +00:00
498 B
498 B
order, debug, title
| order | debug | title | ||||
|---|---|---|---|---|---|---|
| 99 | true |
|
zh-CN
测试 Badge 的样式。
en-US
Test Badge style.
import { Radio, Badge } from 'antd';
ReactDOM.render(
<Radio.Group buttonStyle="solid">
<Badge count={1}>
<Radio.Button value={1}>
Click Me
</Radio.Button>
</Badge>
<Badge count={2}>
<Radio.Button value={2}>
Not Me
</Radio.Button>
</Badge>
</Radio.Group>
, mountNode);