# Install

```shell
npm i @mate-angular/badge
```

# Import

```typescript
import { MateBadgeComponent } from '@mate-angular/badge';
```

# Variants

## Default

```html
<span theme="badge">Badge</span>
```

## Success

```html
<span theme="badge success">Success</span>
```

## Error

```html
<span theme="badge error">Error</span>
```

## Warning

```html
<span theme="badge warning">Warning</span>
```

## Contrast

```html
<span theme="badge contrast">Contrast</span>