react-activity-calendar
react-activity-calendar copied to clipboard
Add hook on attribute data-theme
Some modern CSS framework as Bulma work with theme using the attribute data-theme
on the HTML node element.
It could be a cool feature to support this in addition of the prefers-colors-scheme media-query.
I added a MutationObserver in a hook, the same way you did for the media-query.
The priority for the theme is now: colorScheme
prop > data-theme
> prefers-colors-scheme