The '''Slider''' component is a [[UIX]] element that a [[User|user]] can use to grab and move along a line, returning a value of that slider's position.
{{Note|If you want a 3D slider, use the [[Component:Slider|Slider]] component instead.|suggestion}}
<!--T:3-->
<!--T:3-->
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|BaseColor|Color|
|BaseColor|ColorX|The color for this slider.
|ColorDrivers|ColorDriver|
|ColorDrivers|{{RootFieldType|SyncList`1|[[Type:ColorDriver|ColorDriver]]}}|TypeAdv1=true|Gives extra color control for different color drive targets.
|__legacy_NormalColor|Color|
|__legacy_NormalColor|ColorX|Internal - Legacy normal color.
|__legacy_TintColorMode|ColorMode|Internal - Legacy tint color mode.
|__legacy_ColorDrive|Color|
|__legacy_ColorDrive|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv7=true|Internal - Legacy color drive.
|IsPressed|Bool|
|IsPressed|Bool|Check if the user is pressing on the slider handle.
|IsHovering|Bool|
|IsHovering|Bool|Check if the user is hovering on the slider handle.
|Value|Float|
|Value|'''T'''|TypeAdv10=true|The position this slider is at (normalized between <code>0</code> and <code>1</code>)
|Min|Float|
|Min|'''T'''|TypeAdv11=true|The minimum value of this slider.
|Max|Float|
|Max|'''T'''|TypeAdv12=true|The maximum value of this slider.
|Integers|Bool|
|Integers|Bool|Changes the way this slider counts along the slider line. Setting to integers makes it step along whole numbers.
|Power|Float|
|Power|Float|Changes the way this slider determines its position. Power represents a shifted curve of values that is heavier at the ends of the slider.
|VibrationThreshold|Float|
|Clamp|Bool|Enforces the min and max values of this slider.