-
Updated
Jun 2, 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,104 public repositories matching this topic...
-
Updated
Jun 2, 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
May 31, 2022 - TypeScript
Description:
When a slider has LABEL_VISIBLE or android:labelBehavior="visible" set, the labels do not disappear when the visibility of the slider itself is set to View.GONE.
Expected behavior:
The labels should disappear along with the slider. It's possible to make this happen in a hacky way by calling BaseSlider.ensureLabelsRemoved() with reflection.
Screenshot of ini
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.
We just need to write information in the wiki about how to configure the language of an application that use MaterialDesignInXaml.
- Update the Wiki
Related issue : MaterialDesignInXAML/MaterialDesignInXamlToolkit#2318
Is there any way to implement horizontal radio button group?
-
Updated
May 10, 2022 - Kotlin
-
Updated
Jun 2, 2022 - JavaScript
-
Updated
May 6, 2021 - Python
-
Updated
Mar 25, 2022 - SCSS
-
Updated
Mar 28, 2022 - Kotlin
-
Updated
May 26, 2022
-
Updated
Jun 1, 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