Skip to content

trezy/react-color-mode

react-color-mode

Make it easy to support your user's color mode preference, whether they like light mode, dark mode, or they want you to respect their system settings.


Version BSD-3-Clause License Downloads Bundle size

Build status Code Coverage Dependencies Maintainability

Code of Conduct PRs Welcome

Watch on GitHub Star on GitHub Tweet

Quick Start

Requirements

  • npm or Yarn
  • Node.js
  • React 16.8+

Installation

npm install react-color-mode

# OR

yarn add react-color-mode

Acknowledgments