Skip to content

Commit 74c42ad

Browse files
authored
Add use-lang-direction hook to readme (rehooks#208)
1 parent b4b9463 commit 74c42ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
- [`use-hovering`](https://github.com/therealparmesh/use-hovering) Simple, accessible React hook for tracking hover state.
210210
- [`use-http`](https://github.com/alex-cory/use-http) 🐶 useFetch, React hook for making isomorphic http requests.
211211
- [`use-immer`](https://github.com/mweststrate/use-immer) A hook to use [immer](https://github.com/mweststrate/immer) to manipulate state.
212+
- [`use-lang-direction`](https://github.com/davidicus/use-lang-direction) A hook that reads the HTML element's `dir` attribute value and any updates to that value allowing you to update your UI accordingly.
212213
- [`use-media`](https://github.com/streamich/use-media) CSS media queries with React hook.
213214
- [`use-mouse-action`](https://github.com/dimitrinicolas/use-mouse-action) React Hooks to listen to both mouse down or up and click events with a once called function.
214215
- [`use-multiselect`](https://github.com/jschloer/use-multiselect) Manage multiselect state.

0 commit comments

Comments
 (0)