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
> Never worry about using the wrong heading level (`h1`, `h2`, etc.) in complex React apps!
6
6
7
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/).
Leveraging `Component` and `level` from the context should make implementing other librairies pretty straightforward.
124
+
101
125
## Changelog
102
126
103
127
For a list of changes and releases, see the [changelog](https://github.com/alexnault/react-headings/releases).
104
128
105
129
## Contributing
106
130
107
-
Found a bug, have a question or looking to improve react-headings? Open an [issue](https://github.com/alexnault/react-headings/issues/new) or a [PR](https://github.com/alexnault/react-headings/fork)!
108
-
109
-
## License
110
-
111
-
This project is under the [MIT license](/LICENSE).
131
+
Found a bug, have a question or looking to improve react-headings? Open an [issue](https://github.com/alexnault/react-headings/issues/new), start a [discussion](https://github.com/alexnault/react-headings/discussions/new) or submit a [PR](https://github.com/alexnault/react-headings/fork)!
0 commit comments