preact-material-components
preact-material-components copied to clipboard
improvement: theming method in preact
How about using preact context API for handling themes in our app. For example, material-UI is providing a dynamic theme using Context API of ReactJS. source: https://material-ui.com/customization/theming/#createmuitheme-options-theme
CC: @prateekbh
I don't know (p)react as well as you do