Renders a number in a badge.
<.badge count={5} />
Giving it a count of zero will cause it not to render.
<.badge count={0} />
A count of > 1000 will be truncated to 1k.
1k
The context-specific color of the chip.
important is rendered in the brand color.
important