You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

515 B

order title
1 [{zh-CN 独立使用} {en-US Standalone}]

zh-CN

不包裹任何元素即是独立使用,可自定样式展现。

在右上角的 badge 则限定为红色。

en-US

Used in standalone when children is empty.

import { Badge } from 'antd';

ReactDOM.render(<div>
  <Badge count={25} />
  <Badge count={4} style={{ backgroundColor: '#fff', color: '#999', borderColor: '#d9d9d9' }} />
  <Badge count={109} style={{ backgroundColor: '#87d068' }} />
</div>, mountNode);