Design advice
as you can see in my image i have a accoridan can any one tell me best framework to make this tyoe of accordian which will be easy to modify in react js or i should build it custom.
Thanks
3 Replies
I don't have any libraries that I know of but I just wanted to say I don't recommend creating your own custom dropdown as there's accessibility things you need to think about (of course, if you're comfortable with that then go for it)
There is also the
details
element, but it's not perfect and you'll have to do some tweaking in css/js to get it how you want iti also recommend shortening the width of that text. at least 60ch in width.
This channel is for code-specific questions. As your question is about frameworks and not code, it's best to start a #discussions thread.