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

# TabsNav

Pretty much the same as Tabs, but instead of buttons, all tabs are links and will change the url

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

## TabsNav Props

<ArgsTable of={TabsNav} />

## TabsNav.Tab Props

<ArgsTable of={Item} />
