# BigNumbers

## Purpose

Component BigNumbers

## Props

### Required

| Prop    | Type    | Description    |
| ------- | ------- | -------------- |
| `items` | `Array` | No description |

### Optional

| Prop      | Type     | Default    | Values          | Description    |
| --------- | -------- | ---------- | --------------- | -------------- |
| `justify` | `String` | `'center'` | `center\|start` | No description |

## Dependencies

### Internal

- ../tile

## Usage Example

```vue
<template>
  <BigNumbers :items="[]"> </BigNumbers>
</template>
```

## Related Links

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