<!--
@module {can.Component} sp-tab-container <sp-tab-container />
@memberof spectre-canjs.components

-->

## Description

A basic tabbed navigation container. Works with sp-tab-page components.

## Example

```html
  <sp-tab-container>
      <sp-tab-page title="My title">
        My content
      </sp-tab-page>
  </sp-tab-container>
```

## Demo

@demo sp-tab-container/demo/demo.html 500
