# StatHighlightBanner

## Purpose

Component StatHighlightBanner

## Props

### Required

| Prop    | Type     | Description    |
| ------- | -------- | -------------- |
| `title` | `String` | No description |

### Optional

| Prop          | Type     | Default | Values | Description    |
| ------------- | -------- | ------- | ------ | -------------- |
| `icon`        | `String` | -       | -      | No description |
| `description` | `String` | -       | -      | No description |

## Usage Example

```vue
<template>
  <StatHighlightBanner
    :title=""exemplo""
  >
  </StatHighlightBanner>
</template>
```

## Related Links

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