Todd Elvers
Todd Elvers
For those of you who love this library like I do but do not want to see it die, please check out my copy of this repo: https://github.com/todd-elvers/react-dark-mode-toggle-2 Contains an...
## TypeScript/Rollup Rewrite - Rewrote library in TypeScript - Changed from default-export syntax to named-export syntax - Rewrote Storybook config & stories in TypeScript - Added Storybook prop controls &...
Clicking on the toggle button produces an outline around the button in Chrome:  Adding `outline: "none"` to the `button` element fixes the issue, however that will cause confusion to...