Skip to content

Commit

Permalink
Update docs/nodes/widgets/ui-slider.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt authored Nov 29, 2024
1 parent 88e6fb4 commit dac26c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nodes/widgets/ui-slider.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ props:
description: Defined when the ticks will be visible on the track. Defaults to 'Always'.
dynamic: true
Range:
description: min - the minimum value the slider can be changed to. When min > max then the slider will be reverted.; max - the maximum value the slider can be changed to; step - the increment/decrement value when the slider is moved.
description: min - the minimum value the slider can be changed to. When min > max then the slider will be reversed.; max - the maximum value the slider can be changed to; step - the increment/decrement value when the slider is moved.
dynamic: true
Color:
description: main - color of the slider and thumb; track - color of the slider track; thumb - color of the handle. It could be the name of a color (red, green, blue, ...) or a Hex color code (#b5b5b5).
Expand Down

0 comments on commit dac26c7

Please sign in to comment.