-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[TextField] Support different sizes #14521
Comments
There is We should add density to the input components too and a separate section to the docs too. You can control it per theme by overriding the default props: https://material-ui.com/customization/themes/#properties |
+1 for dense inputs. I didn't find a way to make a |
@fzaninotto I like the idea of dense tables a lot. I've been implementing some desktop web apps lately and wonder why I haven't thought of this before. 😅
|
On a side note, I believe we have replaced the dense boolean property with a size enum on some components. |
We're doing a lot of data-heavy desktop apps with Material Design, and a common complain of our users is the low information density.
Material Design contains density guidelines, which help displaying more data on screen. It's particularly useful on Desktop.
I haven't found any mention of density in material-ui themes, components, and documentation. Is there a plan to support density in any way?
Edit @eps1lon: Updated broken link
The text was updated successfully, but these errors were encountered: