ui icon indicating copy to clipboard operation
ui copied to clipboard

Bug(Slider): Slider in vertical orientation does not work

Open xmliszt opened this issue 1 year ago • 2 comments

Hi! I realise the slider UI is not correct under the vertical orientation:

<Slider
  orientation="vertical"
  onValueChange={...}
  value={...}
  min={0}
  max={100}
/>
image

In the source code, I realise the data-[orientation=vertical] is not utilised in CSS styles?

xmliszt avatar Dec 25 '23 06:12 xmliszt

@xmliszt still no fixes for this?

jogamod avatar Jan 26 '24 12:01 jogamod

@xmliszt still no fixes for this?

I think @rishabhbizzle has a fix in the PR, but anyway I will also look into this. The PR needs @shadcn team to approve

xmliszt avatar Jan 26 '24 13:01 xmliszt

This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.

shadcn avatar Feb 17 '24 23:02 shadcn