Material design
Material design is a design language developed by Google. It makes use of grid-based layouts, responsive animation, and transitioning.
Here are 4,796 public repositories matching this topic...
Hello everyone !
Is there a documentation page that lists all the icons available (code name + image) in material design icons ?
I've found 2 websites but there are missing icons on both :
- https://material.io/resources/icons : where there's no "file_download" icon
- https://www.materialpalette.com/icons : where there's no "unfold_less/more" icon
But both "file_download" and "unfold_less
Hi, I have been spending quite sometime wondering why a simple dropdown was not working.
Is not specified on the docs that the must have the class 'dropdown-trigger' (any other is not triggering the dropdown!)
Just a matter of documentation but crucial in order not to waste time :.)
example, this will not work:
<a class='dropdown-button-example btn' href='#' data-target='dropdo
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
Feb 21, 2020 - Dart
Environment
Vuetify Version: 2.1.12
Vue Version: 2.6.10
Browsers: Chrome 78.0.3904.108
OS: Windows 7
Steps to reproduce
- create v-btn
- set property x-small to true
- set property loading to true
Expected Behavior
The loading indicator should not be bigger than the button.
Actual Behavior
The loading indicator is bigger than the button.
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
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
Suggestion
We should add a .travis.yml and set up Travis CI. Although Hero has a limited test suite it's still useful to make sure that the project compiles
- Framework7 version: 3.x, 4.x, 5.x
- Platform and Target: Android Cordova
Describe the bug
If you increase font size in Android system settings text in many components is misaligned
e.g. Buttons, Dialog.
To Reproduce
Install Framework7 Kitchen Sink as Cordova app.
Expected behavior
Correct position of component text e.g. Button, Dialog.
Actual Behavior
Wrong or
Bug repor
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
...
"
8.0.0 Design Doc
Is there any design doc or issue(s) we should be looking at for the 8.0.0 update? For instance, why is xml now introduced?
The cell input extension is not documented (didnt knew that extension exists until now).
@wenzhixin The extension is also not selectable on the online editor.
-
Updated
Feb 21, 2020 - Swift
Hello sir,
The tutorials or guide that's provided with the library files is not enough. That doesn't even tells completely on how to use the following feature like "Viewpager&tab&scrollview".
I request you to put some codes or example that are helpful for coding or provide some tutorial link to the implementation of the following library.
Thank you
Reading from many "new component" threads, I see some community requests are not being addressed. I do understand why some things are not implemented, but I do get a bit concerned when comments start to get dislikes, deadlines are broken and too many "when will this be implemented" comments are posted...
That being said, I want to focus more on a solution that would address community needs:
i try to change the following statement in setValue()
float division = (ball.xFin - ball.xIni) / max;
ViewHelper.setX(ball,
value * division + getHeight() / 2 - ball.getWidth() / 2);
into
float division = (ball.xFin - ball.x
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 dUsing 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
-
Updated
Feb 21, 2020 - Dart
The Input component defines an input tag along with a role attribute equal to 'input'. This causes some accessibility scanners to raise the following violation:
"The WAI-ARIA role(s) and/or attribute(s) input are not valid for the element input"
Is there a way we can remove the redundant role or at least provide a way to override the value?




