1.2.3 • Published 10 months ago

@maggioli-design-system/mds-input-range v1.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

mds-input-range

This is a web-component from Maggioli Design System Magma, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.

Properties

PropertyAttributeDescriptionTypeDefault
maxmaxThe greatest value in the range of permitted valuesnumber100
minminThe lowest value in the range of permitted valuesnumber0
stepstepThe step attribute is a number that specifies the granularity that the value must adhere to, or the special value any, which is described below.number1
valuevalueThe value attribute contains a number which contains a representation of the selected number.numberundefined

Events

EventDescriptionType
mdsInputRangeChangeEmits when the input range is changedCustomEvent<number>

Shadow Parts

PartDescription
"header"The element containing the labels displayed over the input element

Dependencies

Depends on

Graph

graph TD;
  mds-input-range --> mds-text
  style mds-input-range fill:#f9f,stroke:#333,stroke-width:4px

Built with love @ Gruppo Maggioli from R&D Department

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.0

12 months ago

1.0.1

12 months ago