# Arrow

## Purpose

Component Arrow

## Props

### Optional

| Prop          | Type     | Default    | Values                         | Description    |
| ------------- | -------- | ---------- | ------------------------------ | -------------- |
| `direction`   | `String` | `'left'`   | `left\|right\|top\|bottom`     | No description |
| `borderStyle` | `String` | `'dotted'` | `solid\|dotted\|dashed\|ridge` | No description |
| `width`       | `String` | `'auto'`   | -                              | No description |

## Usage Example

```vue
<template>
  <Arrow> </Arrow>
</template>
```

## Related Links

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