# Container

## Purpose

container

## Props

### Optional

| Prop      | Type      | Default | Values | Description    |
| --------- | --------- | ------- | ------ | -------------- |
| `compact` | `Boolean` | `false` | -      | No description |

## Slots

| Slot      | Description               |
| --------- | ------------------------- |
| `default` | Default component content |

## Dependencies

### External

- vue

## Usage Example

```vue
<template>
  <Container> Component content </Container>
</template>
```

## Related Links

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