-
Updated
Sep 4, 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,427 public repositories matching this topic...
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Aug 26, 2020 - HTML
-
Updated
Sep 3, 2020 - Dart
Environment
Vuetify Version: 2.3.10
Vue Version: 2.6.12
Browsers: Chrome 84.0.4147.135
OS: Windows 10
Steps to reproduce
Add a VProgressCircular to your project, change theme to dark.
Expected Behavior
In light theme, both loaded part and unloaded part are visible - have different color from each other and from background color.
Expected the same in dark
Affected documentation page: https://material.angular.io/components/stepper
- Examples using
MatStepperIntl. There's a small mention to it in the overview page, but it'd be better if you put a real example on it. Basically the same request as #8239 (for paginator). - StepState is not being shown up in API page. To know what
stepState@Inputexpects we should go deep in code. - Ex
-
Updated
Jul 16, 2020 - CSS
-
Updated
Aug 15, 2020 - Swift
-
Updated
Sep 3, 2020 - Kotlin
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 4, 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
Sep 3, 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
-
Updated
Sep 4, 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