Description:
The component provides a dark (night) mode for any React project. It uses localStorage to persistence the mode on page reload.
Installation:
# Yarn $ yarn add night-mode # NPM $ npm install night-mode --save
The component provides a dark (night) mode for any React project. It uses localStorage to persistence the mode on page reload.
# Yarn $ yarn add night-mode # NPM $ npm install night-mode --save