Skip to content

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

Open
@Rednas83

Description

@Rednas83

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions