# Associate

Allows subtag data to be saved with a base tag.

## Component Signature

```
<bx:Associate baseTag=[string]
dataCollection=[string] />
```

### Attributes

| Atrribute        | Type     | Required | Description                                           | Default        |
| ---------------- | -------- | -------- | ----------------------------------------------------- | -------------- |
| `baseTag`        | `string` | `true`   | The base tag to associate the data with               |                |
| `dataCollection` | `string` | `false`  | The collection of data to associate with the base tag | `AssocAttribs` |

## Examples
