-
Updated
Apr 13, 2021 - 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 6,006 public repositories matching this topic...
-
Updated
Apr 13, 2021 - TypeScript
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Apr 13, 2021 - Dart
-
Updated
Mar 18, 2021 - HTML
Environment
Vuetify Version: 2.4.9
Vue Version: 2.6.12
Browsers: Chrome 89.0.4389.114
OS: Mac OS 11.2.3
Steps to reproduce
See typescript error concerning VAppBarTitle on the line import { VApp, VAppBarTitle } from "vuetify/lib";
Module '"vuetify/lib"' has no exported member 'VAppBarTitle'. Did you mean to use 'import VAppBarTitle from "vuetify/lib"' instead
Documentation Feedback
Even though I am an Angular veteran I find myself struggling every time I want to create a custom material component.
I would like to see more guides / tutorials on how to wrap existing form field components such as matInput and mat-select.
Wrap a matInput or mat-select
I need to have a mat-select with some pre defined options that I reuse through out my ap
-
Updated
Mar 31, 2021 - JavaScript
Hi,
I'm having the following crash, sometimes in a transition:
Crashed: com.apple.main-thread
0 Hero 0x102bc6940 HeroContext.snapshotView(for : UIView) -> UIView (HeroContext.swift:182)
1 Hero 0x102bfdbbc HeroDefaultAnimator.animate(view : UIView, appearing : Bool) -> () (HeroDefaultAnimator.swift:107)
2 Hero
-
Updated
Feb 22, 2021 - Kotlin
Is your feature request related to a problem? Please describe.
I am using QInnerLoading a lot in my app, I think it is very convenient. I have a very common use case which is not directly covered by the component: I put a short explanation text under the spinner (e.g. "checking parameters...", "saving..." etc.).
Describe the solution you'd like
A direct solution would be to add optio
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Apr 13, 2021 - TypeScript
-
Updated
Oct 18, 2020 - Dart
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 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.
Is there any way to implement horizontal radio button group?
-
Updated
Mar 30, 2021 - Kotlin
-
Updated
Jul 16, 2020 - Python
-
Updated
Apr 12, 2021 - JavaScript
Although it states that colors can be customized, the defaults are:
- Light theme = #B00020
- Dark theme = #CF6679 (40% opacity white filter)
https://material.io/design/color/the-color-system.html#color-theme-creation
https://material.io/design/color/dark-theme.html#ui-application
Currently both themes are set to #F44336
-
Updated
Mar 14, 2021 - Kotlin
-
Updated
Dec 7, 2020 - CSS
-
Updated
Aug 9, 2017 - Java
-
Updated
Mar 18, 2021 - JavaScript
When rendering a Snackbar with anchorOrigin
{ vertical: 'bottom', horizontal: 'left' }, it spans the entire screen width. This is not visible, but can overlap other elements (eg: buttons that, because of this, are no longer clickable). See screenshot below.