## Overview

`<sd-tab-panel>` — Used inside `sd-tab-group` to display tabbed content.

## API

### Examples

Use the components tool by passing the args `component` and `example` for any of these combinations:

- component: sd-tab-panel, example: open

### Key Properties

- prop.name: string, default='' — The tab panel's name.
- prop.active: boolean, default=false — When true, the tab panel will be shown.
- prop.dir: 'ltr'|'rtl'|'auto' — The element's directionality.
- prop.lang: string — The element's language.

### Slots

- slot.default: The tab panel's content.

### CSS Parts

- part.base: The component's base wrapper.
