Skip to content

Commit e3a2beb

Browse files
donavonaarongarciah
authored andcommitted
Add useDarkMode (rehooks#77)
* useDarkMode
1 parent 001a961 commit e3a2beb

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
@@ -103,6 +103,7 @@
103103
- [`use-socketio`](https://github.com/mfrachet/use-socketio) React hooks to use with https://socket.io/.
104104
- [`use-substate`](https://github.com/philipp-spiess/use-substate) React hook for subscribing to your single app state (works with your current [Redux](https://redux.js.org/) app).
105105
- [`use-undo`](https://github.com/xxhomey19/use-undo) React hook to implement Undo and Redo functionality.
106+
- [`useDarkMode`](https://github.com/donavon/use-dark-mode) A custom React Hook to help you implement a "dark mode" component.
106107
- [`usePosition`](https://github.com/tranbathanhtung/usePosition) React hook to get position top left of an element.
107108
- [`useScreenType`](https://github.com/pankod/react-hooks-screen-type) Determining screen size type for Bootstrap 4 grid.
108109
- [`useScrollSpy`](https://github.com/Purii/react-use-scrollspy) React hook to automatically update navigation based on scroll position.

0 commit comments

Comments
 (0)