You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ThemeProvider component is basic implemented, now we need add support in other components to make it works.
Suggestion
Just do as it referenced in react offical document, receive context from higher level components.
User may not want to use ThemeProvider, we need to default it.
Below is a example:
Problem
The
ThemeProvider
component is basic implemented, now we need add support in other components to make it works.Suggestion
Just do as it referenced in react offical document, receive context from higher level components.
User may not want to use
ThemeProvider
, we need to default it.Below is a example:
Implement
If this issue is approved, I suggest the owner of each component do this job for their components.
The text was updated successfully, but these errors were encountered: