use-element-dimensions:React Hook找出带有更新的DOM元素尺寸

时间:2024-03-03 03:12:12
【文件属性】:

文件名称:use-element-dimensions:React Hook找出带有更新的DOM元素尺寸

文件大小:196KB

文件格式:ZIP

更新时间:2024-03-03 03:12:12

TypeScript

use-element-dimensions React Hook找出更新的DOM元素尺寸 用法 import useDimensions from " use-element-dimensions " ; const Example = () => { const [{ width , height }, ref ] = useDimensions (); return ( < div xss=removed> The width of this div is: { width } and the height is: { height } ); }; API 挂钩返回的元组中的第一项包括特定元素的最新所有属性。 borderBoxSize 运行回调时包含观察到的元素的新边框大小的对象。 contentBoxSize


【文件预览】:
use-element-dimensions-master
----rollup.config.js(506B)
----.github()
--------bug_report.md(830B)
--------feature_request.md(598B)
--------ISSUE_TEMPLATE()
--------pull_request_template.md(623B)
----src()
--------index.ts(2KB)
----.babelrc(108B)
----cypress()
--------integration()
--------fixtures()
--------plugins()
--------videos()
--------support()
----.circleci()
--------config.yml(2KB)
----cypress.json(66B)
----CONTRIBUTING.md(239B)
----example()
--------simple()
--------test()
--------multiple()
----tsconfig.json(512B)
----LICENSE(1KB)
----README.md(4KB)
----renovate.json(54B)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(53B)
----CHANGELOG.md(2KB)
----package-lock.json(462KB)
----package.json(2KB)

网友评论