Simplest Usage. Badge can be numbers or text.
3
<Badge>KubeSphere</Badge>
4
<Badge color="warning">12</Badge>
Set color of Badge.
KubeSphere
#12
KubeSphere
KubeSphere
9
3
<Badge color="warning">KubeSphere</Badge>
4
<Badge color="error">#12</Badge>
5
<Badge color="secondary">KubeSphere</Badge>
6
<Badge color="success">KubeSphere</Badge>
7
<Badge color="blue">9</Badge>
set Shadow of Badge.
KubeSphere
#12
KubeSphere
KubeSphere
9
3
<Badge color="warning" shadow>
6
<Badge color="error" shadow>
9
<Badge color="secondary" shadow>
12
<Badge color="success" shadow>
15
<Badge color="blue" shadow>