0.1.3 • Published 5 years ago

dark-mode-hook v0.1.3

Weekly downloads
12
License
-
Repository
-
Last release
5 years ago

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-hook

Usage

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

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago