dark-mode-hook
v0.1.3
Published
React Hook to switch to dark mode if the user has requested the system use a light or dark color theme.
Downloads
19
Readme
dark-mode-hook
React Hook to switch to dark mode if the user has requested the system use a light or dark color theme.
Setup
npm install dark-mode-hookUsage
Replace ReactDOM.render(<App />, document.getElementById("root"))in your index.js with
ReactDOM.render(<AppWithTheme />, document.getElementById("root"));Git Repository
https://github.com/NorthJaw/dark-mode-hook
