All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.polymer.paper.PaperStylesElement Maven / Gradle / Ivy

The newest version!
/*
 * This code was generated with Vaadin Web Component GWT API Generator, 
 * from paper-styles project by The Polymer Authors
 * that is licensed with http://polymer.github.io/LICENSE.txt license.
 */
package com.vaadin.polymer.paper;

import com.vaadin.polymer.elemental.*;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArray;
import jsinterop.annotations.JsOverlay;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;

/**
 * 

The <paper-styles> component provides simple ways to use Material Design CSS styles
in your application. The following imports are available:

*
    *
  1. color.html:
    a complete list of the colors defined in the Material Design palette

    *
  2. *
  3. default-theme.html: text,
    background and accent colors that match the default Material Design theme

    *
  4. *
  5. shadow.html: Material Design
    elevation and shadow styles

    *
  6. *
  7. typography.html:
    Material Design font styles and sizes

    *
  8. *
  9. demo-pages.html: generic styles
    used in the PolymerElements demo pages

    *
  10. *
*

We recommend importing each of these individual files, and using the style mixins
available in each ones, rather than the aggregated paper-styles.html as a whole.

*/ @JsType(isNative=true) public interface PaperStylesElement extends HTMLElement { @JsOverlay public static final String TAG = "paper-styles"; @JsOverlay public static final String SRC = "paper-styles/paper-styles.html"; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy