AlohaKit.Controls icon indicating copy to clipboard operation
AlohaKit.Controls copied to clipboard

Adding is reversed property

Open MykhailoDav opened this issue 9 months ago • 0 comments

This PR introduces a new isReversed property. When enabled, it reverses the direction in which values are added and rendered. This allows for greater flexibility in UI design, especially in cases where the slider needs to operate from right to left.

Changes:

  • Added isReversed boolean property
  • Updated rendering logic to handle reversed direction
  • Ensured compatibility with existing props and behavior

Let me know if any adjustments are needed

MykhailoDav avatar Mar 28 '25 20:03 MykhailoDav