-
Updated
Oct 10, 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,548 public repositories matching this topic...
-
Updated
Oct 9, 2021 - TypeScript
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Oct 7, 2021 - Dart
Problem to solve
I have a stepped process where the user enters a name for a new object. The validation state of this step relies on name existing. My goal is for the step to be in error when there is no error and not in error when the user has entered an error.
The problem is that when the stepper screen comes up, this step is in error immediately. Good UI design dictates that the step s
-
Updated
Sep 24, 2021 - HTML
Feature Description
Getting google.maps.Map instance with ViewChild is over complicated and You have to use setTimeout to wait for map init. Maybe introducing (mapReady) with instance as $event ?
Use Case
I need it to manipulate mapTypes
-
Updated
Sep 16, 2021 - JavaScript
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
Describe the bug
When createUploaderComponent has been created, emits specification only described the usage as an array (eg. ['update:label', 'change']), later on they added the ability to provide an object for stricter type checking and validation, very much like props.
Currently createUploaderComponent only supports emits as an array and props as an object
**Codepen/jsFid
-
Updated
Aug 31, 2021 - Kotlin
-
Updated
Sep 22, 2021 - JavaScript
-
Updated
Oct 8, 2021 - TypeScript
-
Updated
Oct 7, 2021 - 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.
Description: TextInputEditText minEms is not working, on 1.3.0 ver all works fine
Expected behavior: minEms must set width of TextInputEditText by value
Source code:
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/etPhoneNumber"
android:layout_width="wrap_content"
android:layout_height="wra
Is there any way to implement horizontal radio button group?
-
Updated
Oct 1, 2021 - Kotlin
Suggested code to add to Fields.xaml
<smtx:XamlDisplay
Grid.Row="1"
Grid.Column="4"
UniqueKey="fields_30">
<StackPanel>
<CheckBox
x:Name="MaterialDesignOutlinedPasswordFieldTextCountComboBox"
Content="View Text Input Count"/>
-
Updated
May 6, 2021 - Python
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Oct 4, 2021 - Kotlin
-
Updated
Sep 9, 2021 - CSS
-
Updated
Jun 1, 2021 - Java
-
Updated
Oct 5, 2021 - Vue
Hey Guys,
There seems to be a bug when using theme values using sx props as a styling mechanism on Box Component.
To replicate try to change the background color of a box using sx={{bgcolor: "primary.main"}}, and this won't work. However the same line works correctly on other component like Paper.
I even forked the codesandbox demo for sx - props [here](https://codesandbox.io/s/c5uyy?file=/d