# Globe

## Purpose

Component Globe

## Props

### Optional

| Prop         | Type     | Default                                                                  | Values | Description    |
| ------------ | -------- | ------------------------------------------------------------------------ | ------ | -------------- |
| `lightImage` | `String` | `'https://www.azion.com/assets/images/components/globe/map-light@3.png'` | -      | No description |
| `darkImage`  | `String` | `'https://www.azion.com/assets/images/components/globe/map-dark@2x.png'` | -      | No description |

## Events

| Event       | Description     |
| ----------- | --------------- |
| `keyframes` | keyframes event |
| `3`         | 3 event         |
| `2x`        | 2x event        |

## Usage Example

```vue
<template>
  <Globe> </Globe>
</template>
```

## Related Links

- [Storybook Story](../src/stories/elements/globe.stories.js)
- [TypeScript Definitions](./Globe.d.ts)
- [Component Implementation](./Globe.vue)
- [Export Module](./globe.js)
- [Package Configuration](./package.json)
