ZetaStepperInput web component. A stepper input, also called numeric stepper, is a common UI element that allows users to input a number or value simply by clicking the plus and minus buttons.

Hierarchy

  • ContourableInterface<this> & LitElement<this>
    • ZetaStepperInput

Other

  • Returns ZetaStepperInput

disabled: boolean = false
max?: number
min?: number
rounded: boolean
size: "medium" | "large" = "medium"
styles: CSSResultGroup[] = ...

rendering

  • Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html's ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.

    Returns TemplateResult<1>