js-match-height:无需依赖的Vanilla js插件来匹配元素高度

时间:2024-05-31 03:44:35
【文件属性】:

文件名称:js-match-height:无需依赖的Vanilla js插件来匹配元素高度

文件大小:6KB

文件格式:ZIP

更新时间:2024-05-31 03:44:35

JavaScript

js-match-height 无依赖Vanilla js插件,可在一个很小的文件(2kb)中匹配元素的高度。 入门 npm i js-match-height --save 用 导入库并仅使您的元素无效,无需任何选项。 如果需要在调整窗口大小时,MatchHeight将校正高度,并使用反跳方法来提高性能。 import { MatchHeight } from 'js-match-height'; 传递您的元素。 const matchHeight = new MatchHeight('ul.list-items li'); 防反跳方法的超时默认为250。您可以根据需要设置时间。 const matchHeight = new MatchHeight('ul.list-items li', { timeout:400 }); 执照 此项目已获得MIT许可证的许可-有关详细


【文件预览】:
js-match-height-master
----.travis.yml(117B)
----.eslintrc(175B)
----.babelrc(247B)
----package.json(904B)
----readme.md(834B)
----LICENSE(1KB)
----src()
--------index.js(1KB)
----.npmignore(327B)
----examples()
--------index.html(2KB)
--------example.js(125B)
----.gitignore(568B)
----.editorconfig(131B)

网友评论