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

<Meta of={TabPanelsStories} />

# TabPanels

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

## Overview

The Tab Panels component contains all the content of all the Tabs component's tabs.

<Canvas of={TabPanelsStories.Overview} />

## Props

<PropsTable />
