Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit b2b5300

Browse files
committed
Adds documentation for match height functionality.
1 parent 24ec629 commit b2b5300

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ export default defineConfig({
4545
text: 'Block Style Modifier',
4646
link: '/js-libraries/block-style-modifier'
4747
},
48+
{
49+
text: 'Match Height Library',
50+
link: '/js-libraries/match-height'
51+
},
4852
]
4953
}
5054
]

docs/js-libraries/match-height.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
outline: deep
3+
---
4+
5+
# Match Height
6+
7+
## Introduction
8+
Match Height is a jQuery plugin that automatically matches the heights of elements. This is particularly useful for creating uniform card layouts, grid systems, or any scenario where you need multiple elements to have the same height regardless of their content.
9+
10+
The library is automatically registered and available for both front-end and admin scripts, with jQuery as a dependency.
11+
12+
## Usage
13+
For complete usage documentation, options, examples, and advanced features, please refer to the official [jquery-match-height repository](https://github.com/liabru/jquery-match-height).
14+

0 commit comments

Comments
 (0)