Material design

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...
https://material-ui.com/components/menus/#simple-menu states:
Simple menus open over the anchor element by default (this option can be changed via props).
How can this be changed via props? The page doesn't say. I went to the Menu API page, and I don't see anything simple like open: 'below'
, or an offset.
Developers have been struggling to figu
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
Expected Behavior
Responsive Videos should show a video on documentation site.
Current Behavior
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.
-
Updated
Jun 10, 2020 - Dart
Environment
Vuetify Version: 2.2.20
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.163
OS: Mac OS 10.15.2
Steps to reproduce
- open console
- focus input
- check console for 'handleFocus'
- click 'no data'
- check console for 'handleBlur'
- re-focus input field
- handleFocus doesn't trigger again
Expected Behavior
v-autocomplete/v-combobox `@b
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
Reproduction
Use StackBlitz to reproduce your issue:
https://stackblitz.com/edit/angular-b8qqaf
Steps to reproduce:
- Create chip list input
https://material.angular.io/components/chips/overview - 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
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
- Framework7 version: 5.5.5
- Vue.js version: 2.6.11
- Platform and Target: Desktop
- JSFiddle: https://jsfiddle.net/c5ns7fa1/
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
I want to format some selection node to some other ,but not found the api,some function like :
- import some css, that can redefine the style
- add some predefined style,that can be apply to selected element
- 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...</>
-
Feature Request
We've had several issues related to confusion around the Sass module system. We should improve our documentation per component that explains how to import mixins, customize variables, and apply core styles.
Proposed solution
For example, take button's [README](h
Not a single form field has a label. These designs are not usable and the patterns presented should be discouraged.
I suggest adding a validation check like Nu Validator, aXe, lighthouse, etc. to show all the places this markup is invalid.
Is there any way to implement horizontal radio button group?
Summary
Folder icon bug
Expected behavior
Display the arrows icons properly when setting
material_theme_arrow_folders is true
Actual behavior
Steps to reproduce
Just change the setting material_theme_arrow_folders,
Please check the full config bellow
...
"
-
Updated
Jun 6, 2020 - Kotlin
-
Updated
May 27, 2020 - Dart

-
Updated
May 20, 2020 - Swift
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-
Methods i feel are missing or inconsistent (Removing row by index,Expand/Collapse row by unique id)
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

-
Updated
Apr 6, 2020 - Swift
I've a reycleview with cardviews and if i click on them it opens an other activity. But the first item always appeared like this:
And then the second item is showed correct:
 and toStringShort() methods for device_info plugin. Instead of getting the fields one by one, we can use these methods for quick information about the device.