material-components
Here are 333 public repositories matching this topic...
-
Updated
Sep 24, 2021 - HTML
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
Oct 13, 2021 - TypeScript
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
-
Updated
Oct 1, 2021 - Kotlin
-
Updated
Jul 18, 2021 - Java
-
Updated
Oct 11, 2021 - Kotlin
-
Updated
Oct 7, 2021 - Objective-C
-
Updated
Oct 12, 2021 - TypeScript
-
Updated
Sep 25, 2021 - Kotlin
-
Updated
Nov 16, 2020 - Java
-
Updated
Jun 1, 2020 - Kotlin
-
Updated
May 17, 2017 - Java
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Jul 30, 2021 - Kotlin
-
Updated
Oct 2, 2020
-
Updated
Sep 22, 2021 - Kotlin
-
Updated
Aug 27, 2021 - Dart
-
Updated
Oct 12, 2021 - Kotlin
Scrims
To make typography legible on top of imagery, apply text protection in the form of scrims. Scrims are lightweight, translucent material layers.
Text protection from https://material.io/guidelines/style/imagery.html#imagery-best-practices
-
Updated
Dec 9, 2017 - Java
-
Updated
Jul 14, 2018 - Kotlin
-
Updated
Nov 28, 2020 - TypeScript
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Sep 20, 2021 - Svelte
-
Updated
May 27, 2020 - Kotlin
-
Updated
Oct 5, 2021 - Elm
-
Updated
Oct 4, 2021 - Java
Improve this page
Add a description, image, and links to the material-components topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the material-components topic, visit your repo's landing page and select "manage topics."
Problem to solve
The Intersection Observer could be using and taking up resources and affect performance if monitoring of a div, v-card, etc. is not required any longer.
Proposed solution
v-intersect="required ? 'onIntersect' : false"