-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
"Dense" AppBar #11619
Labels
design: material
This is about Material Design, please involve a visual or UX designer in the process
Comments
I'm wondering if the prop should only be available only to the AppBar or also for the Toolbar component |
Is anyone working on this feature? i'd love to work on it. |
@adeelibr it seems nobody does, feel free to give it a go! |
@fzaninotto I am going to start working on it from tomorrow. I am already working on this table thing. It's kind of a patch. Anyways i'll do this by tomorrow. :) Cheers. |
srilman
pushed a commit
to srilman/material-ui
that referenced
this issue
Jul 6, 2018
srilman
pushed a commit
to srilman/material-ui
that referenced
this issue
Jul 6, 2018
srilman
pushed a commit
to srilman/material-ui
that referenced
this issue
Jul 6, 2018
oliviertassinari
pushed a commit
to oliviertassinari/material-ui
that referenced
this issue
Jul 14, 2018
oliviertassinari
pushed a commit
that referenced
this issue
Jul 14, 2018
* Address issue #11619. Added option for a dense Toolbar. * Fixed actual errors with page * Added type definitions to toolbar dense feature * ready to be merged
acroyear
pushed a commit
to acroyear/material-ui
that referenced
this issue
Jul 14, 2018
* Address issue mui#11619. Added option for a dense Toolbar. * Fixed actual errors with page * Added type definitions to toolbar dense feature * ready to be merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
design: material
This is about Material Design, please involve a visual or UX designer in the process
Material-design defines a "dense" version of the AppBar for Desktop. It makes sense, because the AppBar is generally way too large on Desktop.
The
<AppBar>
component misses thisdense
prop.The text was updated successfully, but these errors were encountered: