Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How use #53

Closed
devopg opened this issue Apr 5, 2022 · 1 comment
Closed

How use #53

devopg opened this issue Apr 5, 2022 · 1 comment

Comments

@devopg
Copy link

devopg commented Apr 5, 2022

hello

  1. how i can calculate label beetween marks value ?
    image

  2. How i can use range color only beetween marks ?
    image
    or if 3 marks or more
    image

  3. how i can dont merge labels for range ?
    image

Final Result what i need :
image

@adamberecz
Copy link
Collaborator

You can use plain CSS:

.slider-connect:nth-of-type(1) {
  background: orange;
}

.slider-connect:nth-of-type(2) {
  background: blue;
}

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

No branches or pull requests

2 participants