react-activity-calendar icon indicating copy to clipboard operation
react-activity-calendar copied to clipboard

Add hook on attribute data-theme

Open kranack opened this issue 11 months ago • 1 comments

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

kranack avatar Mar 23 '24 04:03 kranack