Skip to content

Commit

Permalink
Better documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-cyprien committed Jun 15, 2024
1 parent c2b7ed9 commit 5e2c20c
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: min - the minimum valu the slider can be changed to; 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.
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).
dynamic: false
Output: Defines when a msg is emitted, either as the slider is moved, or as the slider is released.
dynamic:
Expand Down

0 comments on commit 5e2c20c

Please sign in to comment.