Skip to content

Releases: tannerhodges/match-height

⬆️ Update NPM Dependencies

26 Oct 01:17
a932931
Compare
Choose a tag to compare
  • Update npm dependencies.
  • Upgrade Webpack to v5.

🌎 Babel + Polyfills for IE Support

29 Aug 11:24
Compare
Choose a tag to compare
  • Add Babel + Element.closest polyfill for IE support.

🦖 Match Height

10 Aug 16:57
Compare
Choose a tag to compare

⚡️ Quick Start

  1. npm install --save @tannerhodges/match-height
  2. import MatchHeight from '@tannerhodges/match-height'; -- OR -- <script async src="match-height.js"></script>
  3. Add data-match-height to your elements.

👉 For a full explanation & demos, check out the docs.

👉 For more details on the code and API, check out the readme.