Material Web Component Binders and Templates for the form-binder
npm install a-wc-form-binders-mwcMaterial Web Component binders for form-binder
``cmd`
npm i -save a-wc-form-binders-mwc
`js
import { binderRegistry } from "a-wc-form-binder";
// import Material Web Component control binders
import { binders } 'a-wc-form-binders-mwc';
// add the binders
binderRegistry.add(...Object.values(binders));
`
See form-binder for more information.
Form layout templates (for use with a-wc-form-layout) are included and registered when you import form binder material
`js``
import 'a-wc-form-binders-mwc';
For styling and customizing the Material Web Component see the mwc documentation