## Examples
### Label ###
Use the `label` attribute to give the input an accessible label.
Add the `et2-label-fixed` class to force the label to have a fixed width. This helps line up labels and widgets into
columns without having to use a grid. See [/getting-started/styling/#fixed-width-labels](styling)
```html:preview
```
### Prefix & Suffix ###
Use `prefix` and `suffix` slots to add content before or after the text
```html:preview
```
### Mask ###
Setting a mask limits what the user can enter into the field.
```html:preview
```