springload/react-accessible-accordion

Orientation of accordion

pradeepvish1213 opened this issue · 2 comments

I need to add a vertical accordion. Please add an orientation feature.

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:
Screen Shot 2021-04-13 at 8 41 40 AM
(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?

Assuming this is dealt with. Please reopen if there is any issue.