I am trying to customize the label of a smui/slider in a tick marks and discrete slider. While I found instructions on how to do this using material web components at https://github.com/material-components/material-components-web/tree/v13.0.0/packages/mdc-slider, it seems achievable with the use of setValueToAriaValueTextFn. However, I have not been able to find any examples, especially for svelte.
Can anyone provide guidance on how to achieve this?
Thank you in advance.