> ## 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-counter

> Web component msm-counter.

`msm-counter` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

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

## Attributes / properties

| Name       | Type    | Default | Notes |
| ---------- | ------- | ------- | ----- |
| `title`    | string  | -       |       |
| `width`    | string  | -       |       |
| `helper`   | string  | -       |       |
| `required` | boolean | -       |       |
| `disabled` | boolean | -       |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

No documented slots.

## Methods

* `validate()`
