# Banner

## Purpose

Component Banner

## Props

### Optional

| Prop          | Type     | Default | Values | Description    |
| ------------- | -------- | ------- | ------ | -------------- |
| `description` | `String` | -       | -      | No description |
| `cta`         | `String` | -       | -      | No description |
| `link`        | `String` | -       | -      | No description |

## Dependencies

### External

- primevue/tag

## Usage Example

```vue
<template>
  <Banner> </Banner>
</template>
```

## Related Links

- [TypeScript Definitions](./Banner.d.ts)
- [Component Implementation](./Banner.vue)
- [Export Module](./banner.js)
- [Package Configuration](./package.json)
