Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 435 Bytes

Odo Tabs

A component for switching between panes of content.

Install

npm install @odopod/odo-tabs --save

Quick Start

import OdoTabs from '@odopod/odo-tabs';

const tabs = new OdoTabs(document.querySelector('.js-my-sidebar'));

Visit the Odo component directory for demos, code examples, and documentation.