insin / gatsby-plugin-dark-mode

A Gatsby plugin which handles some of the details of implementing a dark mode theme
MIT License
69 stars 19 forks source link

React hook for useTheme? #11

Open LukeWood opened 4 years ago

LukeWood commented 4 years ago

it would be really nice to have a react hook letting us use the theme instead of using

<ThemeToggler>

...
</ThemeToggler>
bebbi commented 4 years ago

Duplicate of #1