-
Updated
May 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,075 public repositories matching this topic...
-
Updated
May 20, 2022 - TypeScript
-
Updated
May 20, 2022 - Dart
-
Updated
May 1, 2022 - JavaScript
-
Updated
May 19, 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:
-
Updated
May 1, 2022 - Kotlin
-
Updated
May 10, 2022 - JavaScript
-
Updated
May 20, 2022 - TypeScript
Is your feature request related to a problem? Please describe.
I need to count the number of bytes the input takes in UTF-8 instead of Java String length.
Describe the solution you'd like
Customize how the length is specified.
Describe alternatives you've considered
I looked at the source code and I did not find a easy workaround.
Additional context
Wi-Fi SSID can only
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
May 10, 2022 - Kotlin
-
Updated
May 19, 2022 - JavaScript
-
Updated
May 6, 2021 - Python
-
Updated
Mar 25, 2022 - SCSS
-
Updated
Mar 28, 2022 - Kotlin
-
Updated
May 20, 2022
-
Updated
May 20, 2022 - TypeScript
-
Updated
Jun 1, 2021 - Java
-
Updated
May 16, 2022 - Vue
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