The Polymer arrow-up-rightextension 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 widgetsarrow-up-right 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.
Find more information in our Polymer example in C#arrow-up-right or in VB.NETarrow-up-right.
Last updated 2 years ago
Was this helpful?