Accordion

An accordion expands in place to expose hidden information. Unlike overlays, accordions push the page content down instead of being superposed on top of page content. It’s an immensely useful pattern for progressive disclosure β€” highlighting important details of a section and revealing more details upon a tap or click, if necessary. As a result, the design stays focused and displays critical information first, while everything else is easily accessible.

  1. Header: This is the area the can be clicked, or tapped, to expand or collapse the accordion. This normally contains the title and state.
  2. Title: This is a short and consise text that describes the content that is housed in the accordion. This is aligned to the left of the header.
  3. State: This is indicated by an icon that indicates if the accordion is expanded or collapsed. This is aligned to the right of the header and is indicated by a plus or minus icon.
  4. Content: This container is what is controlled by the header and contains the pertinent content.

Reference:

  1. Designing The Perfect Accordion
  2. NN/g - Accordions on Mobile
  3. Usability Testing Accordion-Style Checkouts: 2 UX Pitfalls that 75% of Sites Neglect
Last Updated: 6/12/2019, 3:43:46 PM