import { Canvas, Meta } from "@storybook/blocks";
import * as TabPanelStories from "./TabPanel.stories";

<Meta of={TabPanelStories} />

# TabPanel

- [Overview](#overview)
- [Props](#props)
- [Variants](#variants)
- [Feedback](#feedback)

## Overview

Tab panel contains the content of one tab in a Tabs component.

<Canvas of={TabPanelStories.Overview} />

## Props

<PropsTable />
