PolymerComponent
Wisej.Web.Ext.Polymer.PolymerComponent
Namespace: Wisej.Web.Ext.Polymer
Assembly: Wisej.Web.Ext.Polymer (3.2.0.0)
Represents a polymer (https://elements.polymer-project.org/) non-visual component. Used to import polymer libraries, such as iron-icons sets and others.
public class PolymerComponent : Component, IComponent
Constructors
PolymerComponent()

Initializes a new instance of the PolymerComponent class.
PolymerComponent(container)

Initializes a new instance of the PolymerComponent class together with the specified container.
Name
Type
Description
Properties
Imports

String[]: Returns or sets the list of polymer libraries to import. (Default: null
)
PolymerBaseUrl

String: Returns or sets the base url for the polymer files.
Last updated
Was this helpful?