Skip to content
#

Material design

material-design logo

Material design is a design language developed by Google. It makes use of grid-based layouts, responsive animation, and transitioning.

Here are 4,967 public repositories matching this topic...

flutter
material-ui
mentierd
mentierd commented Apr 17, 2020

I'm running into an issue where I need to handle the event propagation for the escape key on my own. It's impossible to get around because it's hard-coded in the handleKeyDown callback.

To be specific, I have a Popper rendered (via portal) over the modal, and when a user hits the Escape key, I want to close the Popper, but not the modal.

  • [-] The issue is present in the latest release.
MatthewDLudwig
MatthewDLudwig commented Apr 3, 2020

Previously when using material icons I used the <i> tag and I believe I recall that material.io suggested that tag as well. Having checked again today I'm now seeing material.io suggesting that a <span> tag be used (which according to a lot of highly debated stack overflow answers is the correct tag to use for icons).

The issue is that material.io and the github pages documentation are not

huzaima
huzaima commented Sep 25, 2019

There is a typo in documentation for styles page.

mdl-1.x/docs/_pages/styles.md

What is the expected behavior?
This portion is only to demonstrate header and display styles for our CSS.

What is the actual behavior?
Typo is highlighted in following line:
This portion is only to demonstrate header and display styles for out CSS.

vuetify
components
thariqnu-ifm
thariqnu-ifm commented Dec 17, 2019

Trying to open https://material.angular.io/components/datepicker/overview#choosing-a-date-implementation-and-date-format-settings using Chrome browser.

The browser should scroll to the "Choosing a date implementation and date format settings" section.
But currently, it doesn't scroll at all. The browser stays on the top-most part of the page.

P.s. this URL is obtained through copying the li

material-dialogs
mahyari
mahyari commented Oct 28, 2019

I use material dialog 3.1.1 version with bottom-sheet behavior, When dialog is going to dismiss, first of all, bottom-sheet collapse completely and after that background/dim disappear immediately.

I compare it to android bottom-sheet dialog but it was OK and background disappear smoothly.

I checked it in Mi Mix 3 with Android 9.0 and Samsung A5 2016, both of them have this problem.

mortenscheel
mortenscheel commented Apr 17, 2020

Is your feature request related to a problem? Please describe.
Coming back to a Quasar project after a few months, it can be quite tedious to navigate through all the individual release notes to get an overview of all the changes.

Describe the solution you'd like
I think it would make sense to allow users to filter the release notes by repository, version and/or release date. Being ab

tfcporciuncula
tfcporciuncula commented Mar 31, 2020

Is your feature request related to a problem? Please describe.

Right now it's not possible to set a fixed color for the collapsed hint, and a fixed color for the expanded hint. Based on the current API and styles available, we can only set the hint text color for when there's focus, and for when there isn't.

The [current documentation](https://material.io/develop/android/components/text-

AppIntro
cortinico
cortinico commented Jul 5, 2018

I was trying the library and I noticed that the first example in the README.md file contains deprecated code.

I'm talking about this section:

public class IntroActivity extends AppIntro {
    @Override
    protected void onCreate(@Nullable Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);

[...]

        // Instead of fragments, you can also use our d
MarkRadaba
MarkRadaba commented May 29, 2019

Using Material-Kit, I'm unable to figure out how to get the date/time picker to be restricted to time only. Looking at the instructions on GitHub for the plugin as referenced on the Material Kit's documentation and website, the instructions are not clear -- they show how to do it for an older version, but Material Kit is using a modified version, and the instructions shown do not work. Has anyon

Website
material.io
Wikipedia
Wikipedia

Related Topics

material
You can’t perform that action at this time.