Term
Accordion
Definition
An accordion is a user interface (UI) component in web design that allows sections of content to expand or collapse. This feature helps users manage and access large amounts of information in a compact form.
Where you’ll find it
Accordions are typically located in the component or widget libraries within web design platforms. They are commonly used in sections where space is limited, and not all content needs to be visible at once.
Common use cases
- Improving user experience on FAQ pages by allowing users to click and reveal only the information they are interested in.
- Organizing product details on e-commerce sites so that shoppers can easily navigate through different sections like specifications, reviews, and shipping information.
- Condensing lengthy content into sections on educational platforms, allowing learners to explore topics step-by-step.
Things to watch out for
- Overuse can lead to an overwhelming interface, especially if many accordions are used on a single page.
- Users might miss important information if it’s hidden by default within an accordion.
- Ensure that accordions function well on mobile devices, as interaction patterns can vary with touch inputs.
Related terms
- Toggle
- Dropdown menu
- Collapsible panels
- UI design
- Interaction design