# UI Library for Courierist

## Description
This library is a comprehensive UI toolkit for Courierist, leveraging the power and flexibility of Vue3 and Vuetify3. It's designed to help developers build rich, interactive user interfaces with ease.

## Getting Started

To begin using the Courierist UI library in your project, you need to install it via npm. Run the following command in your project directory:

```bash
npm install courierist-ui
```

## Example Usage
```ts
import { BButton } from 'courierist-ui';
```
