Class RubikCube

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

@Tag("scary-cube") @NpmPackage(value="resize-observer-polyfill", version="1.5.1") @JsModule("./so/scarycube/scary-cube.js") public class RubikCube extends com.vaadin.flow.component.littemplate.LitTemplate implements com.vaadin.flow.component.HasSize
Rubik's Cube (created by wrapping Scarygami's @scarygami/scary-cube).

Please note: I have included the JS file directly to handle Polymer version compatibility.

Author:
Syam
See Also: