文件名称:lite-form:为 Web 组件形成 HOC。 也适用于 LitElement
文件大小:161KB
文件格式:ZIP
更新时间:2024-08-24 11:01:33
JavaScript
精简版 为 Web 组件形成 HOC。 它也适用于 LitElement。 例子 Lite Form 实现了一个类似 Formik 的 API,所以尝试使用它。 有关更多信息,请参阅。 本地输入 import { LitElement , html } from 'lit-element' import { withForm } from 'lite-form' class MyForm extends LitElement { static get properties ( ) { return { values : { type : Object } , errors : { type : Object } , touched : { type : Object } } } render ( ) { retur
【文件预览】:
lite-form-master
----.gitignore(29B)
----README.md(10KB)
----rollup.config.js(674B)
----examples()
--------components()
--------webpack.development.js(699B)
--------index.js(579B)
--------index.html(283B)
--------forms()
--------style.css(578B)
----LICENSE(1KB)
----package.json(2KB)
----src()
--------withError.js(1KB)
--------withForm.js(5KB)
--------withField.js(2KB)
--------withValue.js(955B)
--------index.js(206B)
--------utils.js(1KB)
--------withFormClass.js(733B)
----.npmignore(56B)
----package-lock.json(704KB)