The accordion component allows the user to show and hide sections of related content on a page.
The accordion is a vertically stacked set of interactive headings that each contain a title representing a section of content.
Accordions can also be a useful design element when dealing with complex interfaces or displaying large amounts of data.
They can help to organize information by adding an additional layer of hierarchy to the page.
At its most granular form an accordion can be broken down into an individual component. This can be referred to as a drawer. This is made up of a drawer header and content panel.
TODO: Change text color to black
Use FontAwesome icon
Drawers within an accordion have three different states: collapsed, hover and expanded.
According to specific need the chevron can be placed at the right side too (eg in mobile).
If you're using a screen reader with Javascript turned on, you should be able to navigate the accordion in the same way as the tab pattern, as follows: