[AppBar] Prominent variant
See original GitHub issue- This is not a v0.x issue.
- I have searched the issues of this repository and believe that this is not a duplicate.
Hello,
it would be great to have the prominent
variant for the AppBar
component. It’s nice on desktop!
Examples 🌈
You can find an example in the official Material Components Web library : https://material-components.github.io/material-components-web-catalog/#/component/top-app-bar/prominent
You can also look at the specs : https://material.io/design/components/app-bars-top.html#anatomy
Issue Analytics
- State:
- Created 5 years ago
- Reactions:8
- Comments:11 (9 by maintainers)
Top Results From Across the Web
[AppBar] Prominent variant #14246 - mui/material-ui - GitHub
@mbrookes a use case I've encountered recently is having an app bar with quite long page title and icons/buttons on it, on a...
Read more >App Bar React component - Material UI - MUI
The App Bar displays information and actions relating to the current screen. The top App bar provides content and actions related to the...
Read more >App bars: top - Material Design
Prominent top app bars can be used for longer titles, to house imagery, or to provide a stronger presence to the top app...
Read more >v-app-bar API - Vuetify
name type default
#absolute boolean false
#app boolean false
#bottom boolean false
Read more >App Bar | React Native Material
The App Bar displays information and actions relating to the current screen. import React from "react"; import { AppBar } from "rn-material"; const...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You sure you aren’t British? 🍻 😆
For other components we have the
dense
prop. (See; https://material-ui.com/customization/density/). That would avoid the need for compound variants such as “prominent dense”.@mbrookes you got it. See my PR for docs above.