Skip to content
Version:

Install

shell
npm i @mate-angular/custom-field

Import

typescript
import { MateCustomFieldComponent } from '@mate-angular/custom-field';

Variants

Default

html
<mate-custom-field-ng label="Custom Field">
  <input class="input" placeholder="Enter value" />
</mate-custom-field-ng>