material-theme
Here are 188 public repositories matching this topic...
-
Updated
Oct 19, 2021 - TypeScript
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 22, 2021 - Kotlin
-
Updated
May 6, 2021 - Python
-
Updated
Oct 19, 2021 - CSS
-
Updated
Sep 23, 2021 - JavaScript
-
Updated
Oct 26, 2019 - Java
-
Updated
Sep 30, 2021 - TypeScript
-
Updated
Nov 20, 2020 - Kotlin
-
Updated
Jul 3, 2021 - Vue
-
Updated
Apr 27, 2021 - C
-
Updated
Sep 17, 2019 - Lua
-
Updated
Sep 20, 2021 - Svelte
-
Updated
Oct 10, 2021 - Python
-
Updated
Apr 14, 2020 - Java
-
Updated
Oct 8, 2021 - SCSS
-
Updated
May 2, 2021 - CSS
-
Updated
Aug 26, 2021 - TypeScript
-
Updated
Oct 13, 2021 - TypeScript
-
Updated
Oct 22, 2021 - JavaScript
-
Updated
May 8, 2021 - JavaScript
-
Updated
Apr 14, 2021 - Kotlin
-
Updated
Dec 7, 2020 - SCSS
-
Updated
Jun 21, 2021 - Vim script
-
Updated
Sep 8, 2018 - Vue
-
Updated
Mar 3, 2021 - CSS
I'm a very bad person when it is the moment to write things, and my library contains a lot of typos.
If someone wants to contribute to this repository, you can start to read the code, and maybe fix some typos. However, this repository is used in a big project like JMars where the solidity of the API is more important than the typos.
The change of the API can be disc
-
Updated
Feb 1, 2020 - Kotlin
Improve this page
Add a description, image, and links to the material-theme topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the material-theme 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"