文件名称:react-simple-surveyor:简单的高阶React组件,用于测量组件的可用宽度
文件大小:43KB
文件格式:ZIP
更新时间:2024-06-13 18:34:46
docs-infrastructure JavaScript
@ mapbox / react-simple-surveyor 简单的高阶React组件,用于简单测量组件的可用宽度。 用法 const survey = require ( '@mapbox/react-simple-surveyor' ) ; function Original ( props ) { // The wrapped component receives a `width` prop, // telling it how much width is available to it. return < div> Available width: { props . width } px. < / div > ; } const Surveyed = survey ( Original ) ; // When the window is resized,
【文件预览】:
react-simple-surveyor-main
----.gitignore(34B)
----.eslintrc(208B)
----package.json(2KB)
----package-lock.json(185KB)
----src()
--------survey.js(2KB)
----CODE_OF_CONDUCT.md(2KB)
----LICENSE(1KB)
----CHANGELOG.md(41B)
----README.md(2KB)
----.eslintignore(5B)
----.npmignore(16B)
----test()
--------test.js(3KB)