> ## 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-text-field-form

> Web component msm-text-field-form.

`msm-text-field-form` is a web component built with Lit.

## Purpose

Render form inputs and UI controls.

## Usage

```html theme={null}
<msm-text-field-form></msm-text-field-form>
```

## Attributes / properties

| Name            | Type    | Default | Notes |
| --------------- | ------- | ------- | ----- |
| `label`         | string  | -       |       |
| `helper`        | string  | -       |       |
| `type`          | string  | -       |       |
| `theme`         | string  | -       |       |
| `placeholder`   | string  | -       |       |
| `leading-icon`  | string  | -       |       |
| `trailing-icon` | string  | -       |       |
| `multiline`     | boolean | -       |       |
| `required`      | boolean | -       |       |
| `disabled`      | boolean | -       |       |

## Events

This component does not emit custom events.

## CSS parts

* `frame`

## Slots

No documented slots.

## Methods

No documented public methods.
