We've updated our documenation to align with our other frameworks. Our new documenation will
live here and these pages will be removed.
Tabs
Tabs provide additional navigation within a page or sub section of a page. They are available in primary and secondary styles.
Primary
To create a primary tab start with a <div> and add the .tabs and .is-primary classes. Then, insert an <ul> tag and place <a> tags wrapped in <li> tags inside the <ul> tag to create tab links. Set an active or disabled state to a tab link by adding a .is-active or .is-disabled class to a <li> tag.
Horizontal
Horizontal alignment is built into primary tabs by default.