get-size-percent

1.1.3 • Public • Published

getSizePercent

Get an element's width or height in percentage

Usage

<style>
.my-element {
  width: 85%
}
</style>
<body>
  <div class="my-element"></div>
</body>
const width = getSizePercent({ selector: '.my-element', property: 'width' });
// width === '85%'

Thanks

Borrowed a nice trick from this answer, implementation is more stable (on some widths the calculations weren't completely accurate).

So big thanks to timofey

Readme

Keywords

none

Package Sidebar

Install

npm i get-size-percent

Weekly Downloads

5

Version

1.1.3

License

MIT

Last publish

Collaborators

  • idanen