Questions tagged [material]
The material tag has no summary.
14 questions
0 votes
1 answer
116 views
Should I use a FAB Menu in a Navigation Rail FAB?
The new Material Design Expressive update was released just a few days ago (at the time of writing this). It introduces a new FAB Menu component, which is a styled Menu that gets opened by a FAB. ...
0 votes
2 answers
136 views
Does it make sense to spam the snackbar for information already available elsewhere?
Does it make sense to spam the snackbar for information already available elsewhere? Let's say you have a console dishing out 10-30 lines per seconds and you want to put some of the information on a ...
1 vote
1 answer
4k views
How should you handle snackbars when you have several messages popping up?
How should you handle snackbars when you have several messages popping up? Material says that you shouldn't stack them up, so should you put them in a queue and show them one at a time, or something ...
13 votes
2 answers
8k views
How to display more than three buttons?
I'm developing a web application using Material UI as a design system. In a page of this application the user can create an article (for a blog). The article can have differents status and for ...
0 votes
1 answer
2k views
Which option is better for read only mode?
I have an Angular application where I have used mat-form fields (Material components) to build the forms. Here I am having a requirement to implement a read only mode. I hope disabling all mat form ...
3 votes
4 answers
6k views
Is a bottom sheet with no close button accessible?
I'm using a bottom sheet. On Android, people can use the back button to close it, drag it down or tap outside the area. On iOS, people can drag it down or tap outside the area. I'm just wondering if ...
3 votes
4 answers
7k views
Make it clear that a card is clickable
I am currently working on a Mobile Application, mainly using Material Design, with some client-specific adaptation. On our project, we display a list of cards, each card having a varying number of ...
0 votes
1 answer
2k views
Card with horizontal scrollable content
I wonder if placing horizontal content inside a Card (like an image list in the Reply material spp) is breaking material design guidance?
2 votes
1 answer
1k views
Chips and Button Sizes in Google Material Design
If the minimum tap area is 48x48dp (reference: material design accessibility), then what is the logic behind chips being 32dp in height (specs here) and buttons being 36dp in height (specs here)?
1 vote
1 answer
1k views
what should happen to a prominent app bar with long and two-lined title, when scrolling
In material design, if the title is long we should put it in a prominent Appbar like this: The title should not be truncated or shrunk. so when the content scrolls up, should I transform the ...
3 votes
1 answer
3k views
Read-only fields in Material Design
I am wondering how to style the fields in a form for users that have read-only access. As per the Material Design guidelines, read-only fields should have a help text stating they are read-only. ...
5 votes
1 answer
747 views
What is differences between primary actions and secondary actions for checkbox?
While reading about lists in material design, I could not understand what Primary and Secondary actions refer to for checkboxes. I could not find any information about it. What is the difference ...
3 votes
2 answers
625 views
Material - List item with main and secondary expand action
I am having some trouble deciding on where to place two actions in one list item. This is how the list item looks like. So this design is V2, and in previous version the item only had one function in ...
0 votes
3 answers
218 views
Can you give your top factual reason (not opinion) why you chose not to use Material Design for your UI components? [closed]
I work in a group that has decided to use Material Design (MD) to guide out UX design and I have to admit I am a complete convert. Material Design provides the base design language for our components ...