Use the Accordion components to add accordion-based content to your Layouts. Accordions are created using two components that must be used together: The Accordion container and the Accordion item, which provides the individual accordion navigation bars. The Accordion item must be placed directly within the Accordion container (as shown below). You will usually need to place the Accordion container within a Layout component to restrict its width (As shown below).
Use the Tab components to add tabbed based content to your Layouts. The UIKit provides two options for tabbed content. Horizontal tabs are displayed above the content and vertical tabs are displayed to the left of the content. With both horizontal and vertical tabs, the tabs convert into an accordion on smaller width screens.
Tabs are created using two components that must be used together: The Tab container and the Tab item, which provides the individual tab's navigation buttons. The Tab item must be placed directly within the Tab container (as shown below). You will usually need to place the Tab container within a Layout component to restrict its width (As shown below).
Use the Read more component to add an expandable area of content to a layout. The Read more component can be used to provide teaser content with a Read more link to expand the full content (As shown below).
To create an expandable area of content, place the content that is always visible above the Read more components and the expandable content within the Rad more component (As shown below). You will usually need to place the Read more component within a Layout component to restrict its width (As shown below).
If this content did not answer your questions, try searching or contacting our support team for further assistance.