Arctic Design
Get StartedFoundationsComponentsExamples
K

Badge

Displays a small, contextual indicator to highlight status, count, or other key information associated with an element.

Usage
5
import { Badge } from '@arctic-kit/snow';
function Demo() {
return (
<Badge color="primary">
5
</Badge>
);
}

API Reference

PropsTypeDefault
colorSnowColor---