You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,18 @@
4
4
5
5
> Never worry about using the wrong heading level (`h1`, `h2`, etc.) in complex React apps!
6
6
7
-
React-headings maintains the current heading level and prevents skipping levels no matter your component structure, [as required by WCAG](https://www.w3.org/WAI/tutorials/page-structure/headings/).
7
+
React-headings maintains the proper hierarchy of headings for improved accessibility and SEO, no matter the component structure.
8
+
9
+
Logical hierarchy is required by [WCAG](https://www.w3.org/WAI/tutorials/page-structure/headings) and [Lighthouse SEO audits](https://web.dev/heading-order/).
8
10
9
11
## Table of contents
10
12
11
13
-[Demos](#demos)
12
14
-[Highlights](#highlights)
13
15
-[Installation](#installation)
14
16
-[Examples](#examples)
17
+
-[Changelog](#changelog)
18
+
-[Contributing](#contributing)
15
19
16
20
## Demos
17
21
@@ -27,7 +31,7 @@ React-headings maintains the current heading level and prevents skipping levels
27
31
- Typed with TypeScript
28
32
- Works with component libraries (Material UI, etc.)
0 commit comments