# GITS Badge Component

> Badge Component

## Installation

npm

```
npm i @gits-id/badge
```

yarn

```
yarn add @gits-id/badge
```

pnpm

```
pnpm i @gits-id/badge
```

## Usage

```vue
<script setup lang="ts">
import Badge from '@gits-id/badge';
</script>

<template>
  <Badge color="primary"> Text </Badge>
</template>
```

## Documentation

View `Badge` documentation [here](https://gits-ui.web.app/?path=/story/components-badge--default).

## License

MIT
