AlohaKit.Controls
AlohaKit.Controls copied to clipboard
Adding is reversed property
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