1.1.0 • Published 3 years ago

@pmwcs/formfield v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

Form Fields

MDC Form Field provides an mdc-formfield helper class for easily making theme-aware, RTL-aware form field + label combos. It also provides an MDCFormField class for easily making input ripples respond to label events.

<FormField>
  <input type="checkbox" id="input" />
  <label htmlFor="input">Input Label</label>
</FormField>

FormField

A FormField component.

Props

NameTypeDescription
alignEndundefined \| false \| truePosition the input after the label.
foundationRefReact.Ref<MDCFormFieldFoundation>Advanced: A reference to the MDCFoundation.