> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mastermindcms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# msm-alphabet-groups

> Web component msm-alphabet-groups.

`msm-alphabet-groups` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

```html theme={null}
<msm-alphabet-groups></msm-alphabet-groups>
```

## Attributes / properties

| Name                 | Type    | Default | Notes |
| -------------------- | ------- | ------- | ----- |
| `type`               | string  | -       |       |
| `href`               | string  | -       |       |
| `public-href`        | string  | -       |       |
| `variant`            | string  | -       |       |
| `parent-id`          | string  | `null`  |       |
| `disable-parent-ssr` | boolean | -       |       |
| `domain`             | string  | -       |       |
| `spa-route`          | boolean | -       |       |
| `action-disabled`    | boolean | -       |       |
| `meta-info-mapping`  | array   | -       |       |
| `web3`               | boolean | -       |       |
| `column-width`       | string  | -       |       |
| `border-color`       | string  | -       |       |
| `border-width`       | string  | -       |       |
| `border-style`       | string  | -       |       |
| `border-radius`      | string  | -       |       |
| `card-height`        | string  | -       |       |
| `height`             | string  | -       |       |
| `padding-x`          | string  | -       |       |
| `padding-y`          | string  | -       |       |
| `object-fit`         | string  | -       |       |
| `background-color`   | string  | -       |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

No documented slots.

## Methods

No documented public methods.
