1.2.0 • Published 3 years ago

@forter/slider v1.2.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

fc-slider

An element by Forter

Usage

<script>
   import '@forter/slider';
</script>

<fc-slider label="Max items" marks=[{"value":"50","label":"faster"},{"value":"100"},{"value":"500"},{"value":"1000"},{"value":"2000","label":"slower"}]>
</fc-slider>

Properties

PropertyAttributeTypeDefaultDescription
disableddisabledbooleanfalseIf the element is disabled.
dragThumbThrottledany
labellabelboolean""The main label.
marksmarksany[]Config of the marks.
valuevaluebooleanThe current value.

Events

Event
change

CSS Custom Properties

PropertyDescription
--fc-slider-disabled-label-colordisabled label color. example: pink
--fc-slider-disabled-thumb-colordisabled thumb color. example: pink
--fc-slider-disabled-thumb-trail-colordisabled thumb trail color. example: pink
--fc-slider-disabled-track-colordisabled track color. example: pink
--fc-slider-disabled-track-mark-colordisabled mark color. example: pink
--fc-slider-disabled-value-colordisabled mark value color. example: pink
--fc-slider-disabled-value-label-colordisabled mark value secondary label color. example: pink
--fc-slider-heightwidth. example: 8px
--fc-slider-label-colorlabel color. example: pink
--fc-slider-label-fontlabel font. example: var(--fc-font-11px-300)
--fc-slider-label-heightlabel height. example: 40px
--fc-slider-label-marginlabel margin. example: 10px
--fc-slider-label-text-transformlabel text transform. example: uppercase
--fc-slider-thumb-box-shadowthumb box shadow. example: 0 0 0 0 black
--fc-slider-thumb-colorthumb color. example: pink
--fc-slider-thumb-sizethumb size. example: 20px
--fc-slider-thumb-trail-colorthumb trail color. example: pink
--fc-slider-track-colortrack color. example: pink
--fc-slider-track-mark-colormark color. example: pink
--fc-slider-value-colormark value color. example: pink
--fc-slider-value-label-colormark value secondary label color. example: pink
--fc-slider-widthwidth. example: 200px