# BannerLiveMap

## Purpose

Component BannerLiveMap

## Props

### Required

| Prop          | Type     | Description    |
| ------------- | -------- | -------------- |
| `overline`    | `String` | No description |
| `title`       | `String` | No description |
| `description` | `String` | No description |
| `button`      | `Object` | No description |

## Slots

| Slot      | Description  |
| --------- | ------------ |
| `content` | content slot |

## Dependencies

### Internal

- ../overline
- ../linkbutton
- ../cardbase
- ../carddescription
- ../cardtitle
- ../arrow
- ../globe

## Usage Example

```vue
<template>
  <BannerLiveMap
    :overline=""exemplo""
    :title=""exemplo""
    :description=""exemplo""
    :button="{}"
  >
  </BannerLiveMap>
</template>
```

## Related Links

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