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

-->

## Description

A basic container to work with `<sp-tab-container />` 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
