Collapsing elements allow us to hide content unless wanted. This can be helpful for usability by reducing information overload. However, it can make usability suffer if not apparent.
- Collapsing Using a Link/Button
- Collapse content by using a link or button. When the link or button is clicked, a hidden element is revealed.
- Collapsing Using Panel Accordion
- A collapsing accordion of panels shows only one panel out of many. When a panel heading is selected, the one panel tied to that heading is revealed while all others are hidden. This feature is very useful for FAQs where the user only sees the answer to the question they desire.