Class Template

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.littemplate.LitTemplate
com.storedobject.helper.LitComponent
com.storedobject.ui.Template
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.internal.Template, Serializable

@Tag("so-template") @NpmPackage(value="grapesjs", version="^0.22.5") @JsModule("./so/template/so-template.js") public final class Template extends LitComponent
Template component can be used to define generic HTML-template based elements via HTML text-content. Use the "so-template" tag and specify your text-content name as the "template" attribute in it!
Author:
Syam
See Also: