Skip to content

Conversation

xon52
Copy link

@xon52 xon52 commented Oct 12, 2025

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Adds cursor-pointer class to the slider component to improve UX by visually indicating that both the slider track and thumb are interactive elements.

Changes:

  • Added cursor-pointer to SliderTrack component in all styles
  • Added cursor-pointer to SliderThumb component in all styles
  • Updated registry for both default and new-york styles
  • Updated v4 registry

Files Modified:

  • apps/www/src/registry/default/ui/slider/Slider.vue
  • apps/www/src/registry/new-york/ui/slider/Slider.vue
  • apps/v4/registry/new-york-v4/ui/slider/Slider.vue

πŸ“Έ Screenshots (if appropriate)

Recording.2025-10-12.090527.mp4

Copy link

vercel bot commented Oct 12, 2025

@xon52 is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

)}
{...props}
>
<SliderPrimitive.Track className="relative h-2 w-full grow overflow-hidden rounded-full bg-secondary">
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was a formatting complaint on the order of these which I fixed too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant