Accordion

Nested Vertical Scroll vs Accordion

Nested Vertical Scroll vs Accordion
  1. When not to use accordions?
  2. What is an accordion tab?
  3. What is accordion in UI design?

When not to use accordions?

Forcing people to click on headings one at a time to display full content can be cumbersome, especially if there are many topics on the list that individuals care about. If people need to open the majority of subtopics to have their questions answered or to get the full story then an accordion is not the way to go.

What is an accordion tab?

Accordions are a graphical control element comprising a vertically stacked list of items. Each item can be "expanded" or "collapsed" to reveal the content associated with that item. Tabs are similar to Accordions in that they contain information that can be expanded and collapsed.

What is accordion in UI design?

In web design, an accordion is a type of menu that displays a list of headers stacked on top of one another. When clicked on (or triggered by a keyboard interaction or screen reader), these headers will either reveal or hide associated content.

Transactional emails Use case specific sender names?
What qualifies as a transactional email?What is an example of a transactional email? What qualifies as a transactional email?A transactional email i...
Ask user for difference between system time and current time, zone agnostic
How to get current timezone offset in JavaScript?How to get timezone offset for specific timezone in JavaScript?What is system time and time zone in ...
Should fieldsets be nested for yes/no questions?
Can Fieldsets be nested?When should Fieldset be used?Does a Fieldset have to be in a form?Can you have a Fieldset without a legend? Can Fieldsets be...