-
Updated
Apr 21, 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,012 public repositories matching this topic...
-
Updated
Apr 21, 2022 - TypeScript
-
Updated
Apr 7, 2022 - Dart
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Mar 30, 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
Apr 19, 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
Mar 16, 2022 - Kotlin
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Mar 25, 2022 - Dart
-
Updated
Apr 20, 2022 - TypeScript
Description: Extra space for a separator is allocated under the last element, even if lastItemDecorated = false
.
Expected behavior: If lastItemDecorated = false
, there should be neither a separator nor a space allocated for a separator under the last element.
How to check:
- Open
DividerItemDecorationDemoFragment.java
from:catalog
project - Configure divider as follow
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.
Right now the Getting Started section in the README is a bit outdated.
People who are just getting started with this library are not likely to have all of the dependencies needed (latest version of VS, .NET Core
Is there any way to implement horizontal radio button group?
-
Updated
Apr 15, 2022 - Kotlin
-
Updated
Apr 21, 2022 - JavaScript
-
Updated
May 6, 2021 - Python
-
Updated
Mar 25, 2022 - SCSS
-
Updated
Mar 28, 2022 - Kotlin
-
Updated
Apr 4, 2022
-
Updated
Jun 1, 2021 - Java
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