Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
quark-input
Advanced tools
一款可配置 的 input 组件
<input-box :type="'tel'" :name="'user'">账号:</input-box>
<input-box :reg="`^[0-9]`" :name="'user'">账号:</input-box>
可以修改 input 的样式
修改外面盒子的包边
email 邮箱 /^(?:[a-z0-9]+[_-+.]+)[a-z0-9]+@(?:([a-z0-9]+-?)[a-z0-9]+.)+([a-z]{2,})+$/ tel 手机 /^(+86)?\s?0?(13|14|15|18|17)[0-9]{9}$/
例子 验证手机
<input-box :ruleName="'tel'" :type="'number'" @val="nameFun" :name="'user'">账号:</input-box>
name='delete-icon' 删除图片替换 name='normal-icon' 右侧显示图片 ,我在密码模式下提供了一个图片,其实在什么模式下都可以显示,可以根据自己需要替换
FAQs
一款可配置 的 input 组件
The npm package quark-input receives a total of 1 weekly downloads. As such, quark-input popularity was classified as not popular.
We found that quark-input demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.