i want to change the style of slider like the slider in the link https://aleksfedotov.github.io/pass
i want to change the style of slider like the slider in the link https://aleksfedotov.github.io/pass with tailwindcss
12 Replies
404
There isn't a GitHub Pages site here.
React Password Generator
Web site created using create-react-app
from what i can see this can't be done with purely css/tailwind
then how ?
you gonna need js for the green track part
for that track they use js to set a gradient
also it's broken in firefox
is there any way of using css and import it with tailwind
what do you mean?? Just create a css file and link it in the html ???
no no i mean @apply or something
extending ?
ya
Here’s a CSS Tricks article about styling range inputs (sliders). It be used it and it works. Not tailwind but just create a CSS file and link it in the head.
hey guys ig i found the trick to solve my problem