@vonage/vwc-slider
TypeScript icon, indicating that this package has built-in type declarations

2.45.0 • Public • Published

vwc-slider

This component is an extension of <mwc-slider>

API

Properties

Property Modifiers Type Description
disabled boolean
markers boolean
max number
min number
pin boolean
step number
value number

Methods

Method Type Description
click (): void
layout (): void Layout is called on mousedown / touchstart as the dragging animations of
slider are calculated based off of the bounding rect which can change
between interactions with this component, and this is the only location
in the foundation that udpates the rects. e.g. scrolling horizontally
causes adverse effects on the bounding rect vs mouse drag / touchmove
location.
setAriaLabel (label: string): void

Dependents (1)

Package Sidebar

Install

npm i @vonage/vwc-slider

Weekly Downloads

554

Version

2.45.0

License

ISC

Unpacked Size

28.8 kB

Total Files

12

Last publish

Collaborators

  • yonatan.kra
  • yinon
  • vvd