google-material
Here are 76 public repositories matching this topic...
document camera
I wrote a app for an document camera. I have drawn two icons: document-camera and document-camera-off. I used the icon cctv as a starting point. Maybe someone else needs this icons. I want to contribute this two icons.
[document-camera.zip](https://github.com/Templarian/MaterialDesign/files/3699339/docu
-
Updated
May 9, 2020 - Kotlin
AMP
Hi,
I started a new AMP project, and as we do not need to reinvent the wheel, I had reduced the original mui.css version to which I had added some lines that I had injected in the "amp-custom" with a size of 35kb (the limit imposed by google is 50kb)
As proposed here : ampproject/amphtml#2851, I think we should build a mui.css lightweight package for the AMP community a
-
Updated
May 25, 2020 - Java
To add how to trigger snackbar with JS.
Adapted from docs.min.js. Code as such
//close snackbar on click
$(".snackbar-btn").on("click", function () {
$(this).parent(".snackbar").removeClass("show")
});
//show snackbar on click and auto hide at either after 6000ms or button is click again to show new snackbar
$(".snackbar-toggler").on("click",
As identified in #520, some mimetype icons have ALL CAPS text, while the majority have small caps text. The latter capitalization should be preferred for readability.
TODO:
- Update wiki/styleguide
- Review mimetypes
-
Updated
Apr 3, 2019 - Swift
-
Updated
Jun 3, 2020 - TypeScript
-
Updated
Dec 31, 2019 - JavaScript
-
Updated
Mar 24, 2020
When having one MaterialDropDown, the content shows on the desired position:

Having a few MaterialDropDown the content opens somewhere above (and it doesn't matter setting setBelowOrigin true or false):
',
'2': 'rgba(0,0,0,0.54)',
'3': 'rgba(0,0,0,0.38)',
'4': 'rgba(0,0,0,0.1
Some react i18n libs provide react compoments to wrap text:
<Textfield label={<FormattedMessage mid='foo.bar' />} ... />Even if this is working, there is a console warning because of the wrong prop-type.
add grid
missing components
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
May 23, 2017
-
Updated
Jan 5, 2018 - Ruby
-
Updated
May 27, 2020 - Python
-
Updated
Sep 3, 2019 - CSS
-
Updated
Apr 24, 2016 - PHP
-
Updated
Nov 2, 2018
-
Updated
May 16, 2020 - TypeScript
-
Updated
Jul 25, 2015 - HTML
-
Updated
Feb 23, 2020 - Python
Improve this page
Add a description, image, and links to the google-material topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the google-material topic, visit your repo's landing page and select "manage topics."


Reproduction:
Go to https://mdbootstrap.com/docs/jquery/components/pagination/ , check the generated html code for one of the pagination expamples, there are two "waves-effect" in a element class.
<li class="page-item"><a class="page-link waves-effect waves-effect">2</a></li>