841 B
		
	
	
	
	
			
		
		
	
	
			841 B
		
	
	
	
	
API
<a-badge :count="5">
  <a href="#" class="head-example" />
</a-badge>
<a-badge :count="5" />
| Property | Description | Type | Default | 
|---|---|---|---|
| count | Number to show in badge | number|string | |
| dot | Whether to display a red dot instead of count | boolean | false | 
| offset | set offset of the badge dot, like [x, y] | [number, number] | - | 
| overflowCount | Max count to show | number | 99 | 
| showZero | Whether to show badge when countis zero | boolean | false | 
| status | Set Badge as a status dot | success|processing|default|error|warning | '' | 
| text | If statusis set,textsets the display text of the statusdot | string | '' | 
| numberStyle | sets the display style of the status dot | object | '' |