# Overline

## Purpose

Component Overline

## Props

### Required

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

## Usage Example

```vue
<template>
  <Overline
    :label=""exemplo""
  >
  </Overline>
</template>
```

## Related Links

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