-
Updated
Aug 30, 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,416 public repositories matching this topic...
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Aug 29, 2020 - JavaScript
-
Updated
Aug 26, 2020 - HTML
-
Updated
Aug 26, 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
Reproduction
https://stackblitz.com/edit/angular-yrahxe?file=src%2Fapp%2Ftab-group-basic-example.html
Steps to reproduce:
- Create a MatTabGroup with more than one tab
- Set selectedIndex input on MatTabGroup to any valid index above 0
- bind to focusChange event and attempt to work with this event
- Select first tab
Expected Behavior
focusChange event should fir
-
Updated
Jul 16, 2020 - CSS
-
Updated
Aug 15, 2020 - Swift
-
Updated
Jul 27, 2020 - Kotlin
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Aug 28, 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.
-
Updated
Jul 21, 2020 - Dart
Is there any way to implement horizontal radio button group?
-
Updated
Aug 23, 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 20, 2020 - JavaScript
-
Updated
Aug 9, 2017 - Java
Hello how add Drawerhost OnOpen/OnClose event like dialoghost DialogOpenedEventHandler/DialogClosingEventHandler
We should consider adding one intro example in Java inside the example App.
We keep on receiving several support questions that are Java related. Ideally having one sample in Java could provide an easier example that users can use.
-
Updated
Jul 13, 2020 - CSS
-
Updated
Oct 16, 2019 - Java
I'm not sure what the policy on css transitions is in this repo, but here's a suggestion.
I noticed that color transitions on the
StepIconcomponent are instantaneous, even though the entire component is quite animated and fluid. The StepIcon goes through several colors (default -> active -> completed), and I believe a simpletransition: color 300ms ease;already adds quite a bit more style