ui icon indicating copy to clipboard operation
ui copied to clipboard

Add suppport for displaying the actual value and step values in the USlider component

Open Rednas83 opened this issue 8 months ago • 0 comments

Description

Something like

marks: [
  { at: "minimum" }, // Display minimum value
  { at: "actual", label: (value: string) => `Actual value is ${value}` }, // Display actual value with custom label
  { at: "everystep" } // Display every step value 
  { at: "maximum" } // Display maximum value 
]

Additional context

No response

Rednas83 avatar Apr 20 '25 09:04 Rednas83