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 5,126 public repositories matching this topic...

material-ui
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
valendres
valendres commented May 31, 2018

Test Case

https://codepen.io/valendres/pen/NzqyqN

Summary

Using @extend inside a ::before or ::after pseudo selector can result in invalid css, causing styling to not be applied to target elements. This happens when attempting to apply styling to elements within a .btn

Expected result

To be able to apply css on specific elements within a .btn.

Additional Informa

components
btxtiger
btxtiger commented Apr 19, 2020

Reproduction

Use StackBlitz to reproduce your issue:
https://stackblitz.com/edit/angular-b8qqaf

Steps to reproduce:

  1. Create chip list input
    https://material.angular.io/components/chips/overview
  2. Disable form field

Expected Behavior

What behavior were you expecting to see?
Should be disabled, light gray color

Actual Behavior

What behavior did you actua

bdaneshgar
bdaneshgar commented Apr 28, 2020

What did you do?

Using the City Guide example

What did you expect to happen?

If I select a cell (say Toronto) I expect Toronto to be the cell that performs the 'present modally' segue animation

What happened instead?

instead another random cell expands

General Information

  • iOS Version(s): 13

  • Swift Version: 5

  • Devices/Simulators: iphone x

  • Reproducibl

bytecode1024
bytecode1024 commented Apr 20, 2020

Describe the bug

I found that if an item of a simple list contains sub-components, they were regenerated after the component containing the list is mounted.

Is this a bug or simply a misuse of a simple list?

To Reproduce

Steps to reproduce the behavio

wideweide
wideweide commented Mar 25, 2020

I want to format some selection node to some other ,but not found the api,some function like :

  1. import some css, that can redefine the style
  2. add some predefined style,that can be apply to selected element
  3. do any replace as I want (maybe what I need is get selection's element node,content,then set content)

add parent element div and class

<p>autor: abc</p><p>date:2020...</>
-
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-

MagnificientLlama
MagnificientLlama commented Apr 26, 2020

I might be missing these methods, or easy implementation but I just can't seem to find them in the documentation and examples.

Removing row by index. - You insert and update row by index, however removing row is suddenly by definite field and value or unique Id. I often missed ability to remove a row by its index instead of having to look for a value in that one specific row so that i can remov

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.