Polymer
Last updated
Last updated
The Polymer extension can import most Web Components into a Wisej.NET application. Refer to the Polymer Example to see how to create specialized Wisej classes.
Add a reference to Wisej.Web.Ext.Polymer.
Drop dll on your Visual Studio ToolBox.
Add a PolymerComponent or PolymerWidget on your Wisej.NET Container
PolymerWidgets are widgets that are mainly configured through the properties ElementType and ElementClassName.
PolymerComponents are non visual Polymer components. Use it to import polymer libraries, such as iron-icons sets and others.