The Wayback Machine - https://web.archive.org/web/20220617155858/https://github.com/topics/material-design
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 7,160 public repositories matching this topic...

material-ui
emlai
emlai commented Jun 7, 2022

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Current behavior 😯

When I augment IconButton with new colors:

declare module "@mui/material/IconButton" {
  interface IconButtonPropsColorOverrides {
    textPrimary: true;
    textSecondary: true;
  }
}

and then try to use these colors:

<
enhancement good first issue component: icon button
vuetify
Kasheftin
Kasheftin commented Apr 5, 2022

Environment

Vuetify Version: 2.6.4
Vue Version: 2.6.13
Browsers: Chrome 98.0.4758.102
OS: Linux x86_64

Steps to reproduce

  • Click on "Dropdown" button, the menu is shown under the button;
  • Click on "Toggle Menu" twice;
  • Click on "Dropdown" button, the menu is shown somewhere at the left;

Expected Behavior

It should work in a stable way. Menu should be

T: bug good first issue C: VMenu
components
chsami
chsami commented Feb 13, 2022

Is this a regression?

  • Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

I get an runtime error. Following the official document guide on using scss variables in your project: https://material.angular.io/guide/theming-your-components.

![image](https://user-images.githubuse

docs P4 good first issue area: theming
IlCallo
IlCallo commented Mar 4, 2021

Is your feature request related to a problem? Please describe.
Currently, Quasar Modes support TS files (for Electron and PWA modes), but the CLI isn't generating them out of the box.

Additional context
We need to create the TS version of all current files in these folders:

kind/feature 💡 area/typescript good first issue
MuntashirAkon
MuntashirAkon commented May 28, 2022

Is your feature request related to a problem? Please describe.
Consider the following style using MaterialCardView:

    <style name="Widget.AppTheme.CardView.Outlined.DiagonallyRounded" parent="Widget.Material3.CardView.Outlined">
        <item name="shapeAppearance">@style/ShapeAppearance.AppTheme.DiagonallyRounded</item>
    </style>

    <style name="ShapeAppearance.AppThe
feature request Good First Issue Feature: Shape
Xaalek
Xaalek commented Jun 3, 2022

Bug explanation

See:
MaterialDesignInXAML/MaterialDesignInXamlToolkit#2728

The foreground color seems incorrect in the DropDownMenu of DataGridComboBoxColumn when the ScrollBar is visible.

It can be observed in the demo application.

With ScrollBar:

![image](https://user-images.githubusercontent.com/54487782/171417096-48482c30-465c-4f0a-ad27-cee8c

bug up-for-grabs good first issue
Website
material.io
Wikipedia
Wikipedia

Related Topics

material