Hey everyone! So I’m currently trying my hand at building out a bit of an advanced charting platform, and below is a screenshot of the input configuration panel as it stands right now - when someone clicks the edit icon, it will pop out a different drawer or modal that will give you the full, advanced configuration options to play around with. However, I would also, ideally, like to present the user with some quick configuration options within the interface that I have here, if possible. Now, all of this being said, I was thinking that shifting over to the new Accordion interface like the one mentioned by @AnnMarieW here in these examples, along with the example in the mantine docs themselves, might be the best way to go about that, but I can’t quite figure out how to implement it in a clean fashion.
My current interface:
Thanks for any suggestions in advance!