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 CanvasProvider is great but it doesn't allow users to customize the theme to add additional properties like we may not support. Giving users useCanvasProvider hook can allow them to listen to changes on the theme object so that they can style components based on the theme object. An example is density. While we don't support density, consumers should be able to add a density property on the theme object instead of implementing their down context provider and implementation.
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
The
CanvasProvider
is great but it doesn't allow users to customize the theme to add additional properties like we may not support. Giving usersuseCanvasProvider
hook can allow them to listen to changes on the theme object so that they can style components based on the theme object. An example isdensity
. While we don't support density, consumers should be able to add a density property on the theme object instead of implementing their down context provider and implementation.The text was updated successfully, but these errors were encountered: