com.vaadin.polymer.vaadin.VaadinIconsElement Maven / Gradle / Ivy
The newest version!
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from vaadin-icons project by Vaadin Ltd
* that is licensed with Apache-2.0 license.
*/
package com.vaadin.polymer.vaadin;
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;
/**
* vaadin-icons
is a set of 600+ icons which can be used together with Polymer’s iron-icon
component.
* To use the vaadin-icons
iconset, import the specific vaadin-icons.html
, and
specify the icon as vaadin:<icon>
. For example, to use a cart icon, you would
use:
* <link rel="import" href="/components/vaadin-icons/vaadin-icons.html">
* <iron-icon icon="vaadin:cart"></iron-icon>
*
* For the complete list of available icons, see https://vaadin.com/icons
*/
@JsType(isNative=true)
public interface VaadinIconsElement extends HTMLElement {
@JsOverlay public static final String TAG = "vaadin-icons";
@JsOverlay public static final String SRC = "vaadin-icons/vaadin-icons.html";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy