Where can i find custom html dropdowns, easy to use and customize

I've always found it hard to customize or find select dropdown menus for websites, I do not want to use bootstrap dropdowns. Any other suggestions are welcome
5 Replies
razesh
razesh5mo ago
You can try Ant design that a good library for design systems provided with predefined components. Like select what you’re asking for
Tok124 (CSS Nerd)
I made a custom dropdown for you https://codepen.io/tok124/pen/WNqWzJY This dropdown can also be used within forms so you can get the data from the selected option. JS is not one of my strong sides so i'm sure someone could write you a better JS Code. But this works at least 🙂
Tim
CodePen
Untitled
...
ἔρως
ἔρως5mo ago
have you checked shad/cn? another option could be you making your own with css and js
vexatyious
vexatyiousOP5mo ago
that is ofcourse one option. will check thanks mate, will check this out sure, will check
Tok124 (CSS Nerd)
no problem 🙂

Did you find this page helpful?