-
Updated
Aug 19, 2020 - Dart
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,382 public repositories matching this topic...
-
Updated
Aug 19, 2020 - TypeScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Aug 7, 2020 - HTML
-
Updated
Aug 18, 2020 - Dart
Environment
Vuetify Version: 2.3.5
Vue Version: 2.6.11
Browsers: Chrome 84.0.4147.89
OS: Mac OS 10.15.5
Steps to reproduce
Setup theme as Dark mode.
Try the example.
Only Hover list, and Transitions examples can see the affect.
Other examples looks bad in the dark mode.
Expected Behavior
Should show affects in the example.
Actual Behavior
Looks
It would be helpful to mention in the API reference for Angular Material tree that besides the MatTreeModule also MatIconModule and MatButtonModule must be imported into the app.module.ts.
(eg. when you use a "Tree with flat nodes")
import {MatButtonModule} from '@angular/material/button';
import {MatIconModule} from '@angular/material/icon';
import {MatTreeModule} from
-
Updated
Jul 16, 2020 - CSS
-
Updated
Aug 15, 2020 - Swift
-
Updated
Jul 27, 2020 - Kotlin
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Aug 19, 2020 - TypeScript
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?
-
Updated
Jul 21, 2020 - Dart
-
Updated
Aug 10, 2020 - Kotlin
-
Updated
Jul 16, 2020 - Python
Is your feature request related to a problem? Please describe.
When setting the layout anchor of a extended fab to the bottom app bar it does not show the cutout.
Describe the solution you'd like
The ability to use any shape as the cutout, or at least all the Fab variants.
-
Updated
Aug 18, 2020 - JavaScript
-
Updated
Aug 9, 2017 - Java
Hello how add Drawerhost OnOpen/OnClose event like dialoghost DialogOpenedEventHandler/DialogClosingEventHandler
-
Updated
Aug 19, 2020 - Kotlin
-
Updated
Jul 13, 2020 - CSS
-
Updated
Oct 16, 2019 - Java
When creating a
TextFieldwithmultiline="true",variant="filled"andhiddenLabel="true", there is still a top padding being applied to theTextFieldwhere the label would go.