-
Updated
Jun 5, 2022 - 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 7,112 public repositories matching this topic...
-
Updated
Jun 4, 2022 - TypeScript
-
Updated
Jun 1, 2022 - Dart
-
Updated
Jun 1, 2022 - JavaScript
Environment
Vuetify Version: 2.6.4
Vue Version: 2.6.13
Browsers: Chrome 98.0.4758.102
OS: Linux x86_64
Steps to reproduce
- Click on "Dropdown" button, the menu is shown under the button;
- Click on "Toggle Menu" twice;
- Click on "Dropdown" button, the menu is shown somewhere at the left;
Expected Behavior
It should work in a stable way. Menu should be
-
Updated
May 27, 2022 - HTML
Documentation Feedback
According to the documentation, when disabling a select by setting a boolean value to [disabled] in the HTML template, it gives a warning as follows.
It looks like you're using the disabled attribute with a reactive form directive. If you set disabled to true
when you set up this control in your component class, the disabled attribute will actually be set
-
Updated
May 23, 2022 - SCSS
Is your feature request related to a problem? Please describe.
Currently Quasar Modes support TS files (for Electron and PWA modes), but the CLI isn't generating them out of the box.
Additional context
We need to create the TS version of all current files in these folders:
What did you do?
Hi, many thanks to all the people maintaining the library and providing support
I use a CAEmitterLayer to make some confettis pop as soon a view is displayed. When Hero is used to transition (wit
-
Updated
May 1, 2022 - Kotlin
-
Updated
Mar 25, 2022 - Dart
-
Updated
May 10, 2022 - JavaScript
-
Updated
Jun 4, 2022 - TypeScript
Is your feature request related to a problem? Please describe.
Consider the following style using MaterialCardView
:
<style name="Widget.AppTheme.CardView.Outlined.DiagonallyRounded" parent="Widget.Material3.CardView.Outlined">
<item name="shapeAppearance">@style/ShapeAppearance.AppTheme.DiagonallyRounded</item>
</style>
<style name="ShapeAppearance.AppThe
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.
Bug explanation
See:
MaterialDesignInXAML/MaterialDesignInXamlToolkit#2728
The foreground color seems incorrect in the DropDownMenu
of DataGridComboBoxColumn
when the ScrollBar
is visible.
It can be observed in the demo application.
With ScrollBar:
![image](https://user-images.githubusercontent.com/54487782/171417096-48482c30-465c-4f0a-ad27-cee8c
Is there any way to implement horizontal radio button group?
-
Updated
May 10, 2022 - Kotlin
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
May 6, 2021 - Python
-
Updated
Mar 25, 2022 - SCSS
-
Updated
Jun 2, 2022 - Kotlin
-
Updated
May 26, 2022
-
Updated
Jun 5, 2022 - TypeScript
Duplicates
Latest version
Summary💡
Emotion-js added a new feature 'insertionPoint' to createCache in this pull request and marked previous 'prepend' option as deprecated.
But Mui's next.js example uses prepend. [You can find It he