-
Notifications
You must be signed in to change notification settings - Fork 38
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
Future: Scoped sizing using Context #969
Comments
It might be useful to display elements in a container component consistently. I.e. a toolbar component defines the size, every toolbar item is rendered with the same size. |
From our iTwinUI community meeting:
|
Probably not only in progress indicator. Can review all the "visually hidden" strings throughout the components. |
I had one more thought on this.. Need to review cases with hardcoded strings. |
Is there a defacto library that is used across all applications? I don't think we should add a dependency on a specific i18n library. The design system should be compatible with whatever library the application prefers to use. If we add a dependency on one i18n library and the application uses another, it could technically still work but would cause unnecessary duplication in the client JS bundle. |
Add the ability to set size on the entire page & all components match. Unsure if this will be a breaking change or not.
The text was updated successfully, but these errors were encountered: