Class Clock

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.littemplate.LitTemplate
com.storedobject.helper.LitComponent
com.storedobject.vaadin.Clock
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-clock") @JsModule("./so/clock/so-clock.js") public class Clock extends LitComponent implements com.vaadin.flow.component.HasStyle
A simple clock. By default, it will display the UTC time in 24-hours format with its date-part.
Author:
Syam
See Also: