@odopod/odo-tabs

A component for switching between panes of content.

Usage no npm install needed!

<script type="module">
  import odopodOdoTabs from 'https://cdn.skypack.dev/@odopod/odo-tabs';
</script>

README

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'));

Documentation

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