Orientation of accordion
pradeepvish1213 opened this issue · 2 comments
pradeepvish1213 commented
I need to add a vertical accordion. Please add an orientation feature.
liamjohnston commented
In the absence of an actual orientation option to allow this, it could be achieved with CSS.
Simply adding display: flex;
to .accordion__item
would result in something like this:
(you'd need to fine tune this, but you get the idea)
Please forgive my ignorance - is this to support some non-western (ltr) reading style, or is it just for something specific to your UI?
holloway commented
Assuming this is dealt with. Please reopen if there is any issue.