ui
ui copied to clipboard
Bug(Slider): Slider in vertical orientation does not work
Hi! I realise the slider UI is not correct under the vertical orientation:
<Slider
orientation="vertical"
onValueChange={...}
value={...}
min={0}
max={100}
/>
In the source code, I realise the data-[orientation=vertical]
is not utilised in CSS styles?
@xmliszt still no fixes for this?
@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
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.