GitHub: edutechtammy
Interactive vertical navigation tabs with content switching. Features TSTC branding colors, rounded corners, and full accessibility support.
DesignPlus CidiLabs Button Tabs Vertical is a feature within the DesignPlus toolset (often used with Canvas LMS) that allows instructors to create a vertical navigation menu to display content [1, 2]. This component organizes information into clickable, tabbed sections arranged vertically on the left, with corresponding content appearing on the right.
Key Features and Details:It is designed to enhance user experience by reducing scrolling and keeping content organized within a single page. DesignPlus (by Cidi Labs) Vertical Button Tabs are an interactive, accessible, and space-saving content organization tool in the Canvas Learning Management System. They allow instructors to display information in separate, clickable vertical panels, with the tab navigation located on the left and the corresponding content displayed to the right.
Key Characteristics
If you are pasting this into a page that already has work in it, you will likely already have a wrapper in place. If you are starting with an empty page, you will need to add this wrapper. Be sure to place your end div at the end of the code.
<div id="dp-wrapper" class="dp-wrapper dp-flat-sections">
This is the template code for this activity.
<div class="dp-panels-wrapper dp-tabs-buttons-vertical dp-panel-active-color-dp-secondary dp-panel-color-dp-primary">
<div class="dp-panel-group">
<h3 class="dp-panel-heading ">Panel 1</h3>
<div class="dp-panel-content ">
<p>Panel 1 Content.</p>
</div>
</div>
<div class="dp-panel-group">
<h3 class="dp-panel-heading ">Panel 2</h3>
<div class="dp-panel-content ">
<p>Panel 2 Content.</p>
</div>
</div>
</div>
<p> </p>