LocalStorage Night Mode For React App

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

Preview:

LocalStorage Night Mode For React App

Add Comment