文件名称:custom-input-types:开源代表进行类型定制
文件大小:58KB
文件格式:ZIP
更新时间:2024-06-05 06:13:49
JavaScript
定制输入类型 下载 custom-input-types在[MIT许可]下发布,并支持现代环境。 安装 在浏览器中: < script src =" custom-input.min.js " > </ script > 使用npm: $ npm i -g npm $ npm i custom-input-types 为什么要使用自定义输入类型? 使用自定义输入类型,您可以使用自定义输入类型,而无需自己编写任何JavaScript, 截至目前可用的自定义输入类型 仅数字: <input type="custom-number" /> 大写字母: <input id="capWords" type="custom-text" /> 骆驼案例文本与空格: <input id="camelCase" type="camel-case" /> 骆驼的案文没有空格: <in
【文件预览】:
custom-input-types-main
----index.html(2KB)
----LICENSE.txt(1KB)
----webpack.config.js(401B)
----src()
--------modules()
--------index.js(4KB)
----.babelrc(39B)
----.npmignore(108B)
----specs()
--------custom-case()
--------_shared()
--------custom-numerics()
----CONTRIBUTING.md(595B)
----README.md(2KB)
----docs()
--------index.html(6KB)
--------index.css(3KB)
--------assets()
----.editorconfig(234B)
----.gitignore(63B)
----package-lock.json(159KB)
----package.json(1KB)