react-toggle-dark-mode
react-toggle-dark-mode copied to clipboard
Support System or Automatic theme design
Most dark/light mode toggles have 2 states.
However, a good website should always support 3 states:
- Light
- Dark
- System Mode
- Set based on
prefers-color-schemeif present - Default to websites preference if above is missing (usually light)
- Set based on
It would be great if this nice looking toggle also supported this third state!