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.
- npm or Yarn
- Node.js
- React 16.8+
npm install react-color-mode
# OR
yarn add react-color-mode
- Thanks to @joshwcomeau for his excellent article on setting up dark mode in a React app.