LocalStorage Night Mode For React App

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

Preview:

LocalStorage Night Mode For React App

Download Details:

Author: Protobulb

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/Protobulb/nightMode

License: MIT

Add Comment