Skip to content
#

google-material

Here are 76 public repositories matching this topic...

MaterialDesign
Open

AMP

7
ram-you
ram-you commented Oct 23, 2016

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

cweitat
cweitat commented Dec 19, 2019

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", 
keeferrourke
keeferrourke commented Jan 16, 2020

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

Laravel 5.6 on Material Design Lite 1.3 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. This makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. Uses laravel ORM modeling and has CRUD (Create Read Update Delete) functionality for all tasks. Quick setup, can be done in 5 minutes. It will take longer to obtain your Facebook, Twitter, and Google Plus API Keys than it will to set this up.

  • Updated Jul 17, 2019
  • JavaScript
qwiglydee
qwiglydee commented Sep 7, 2017

In documentation of theming.js:

  • {{foreground-1}} - used for primary text
  • {{foreground-2}} - used for secondary text/divider
  • {{foreground-3}} - used for disabled text
  • {{foreground-4}} - used for dividers

And here they are:

var DARK_FOREGROUND = {
  name: 'dark',
  '1': 'rgba(0,0,0,0.87)',
  '2': 'rgba(0,0,0,0.54)',
  '3': 'rgba(0,0,0,0.38)',
  '4': 'rgba(0,0,0,0.1

Improve this page

Add a description, image, and links to the google-material topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.