import { Meta, Story, Preview, ArgsTable } from '@storybook/addon-docs';
import { Tabs, Item } from './Tabs.tsx';

# Tabs

Consists of 2 subcomponents:

- Container `<Tabs>`
- Item `<Tabs.Tab>`

## Tabs Props

<ArgsTable of={Tabs} />

## Tabs.Tab Props

<ArgsTable of={Item} />
