Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add useCanvasProvider hook and customTheme option to CanvasProvider to allow users to customize the theme object. #3004

Open
mannycarrera4 opened this issue Oct 25, 2024 · 0 comments

Comments

@mannycarrera4
Copy link
Contributor

🚀 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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant