import { ComponentExample } from "@/components/ComponentExample"
import { ComponentReference } from "@/components/ComponentReference"
export const metadata = {
title: `Tabs`,
}
# {metadata.title}
A component that displays tabbed content.
In this guide, you'll learn how to use the Tabs component.
## Usage
```tsx
import { Tabs } from "@medusajs/ui"
```
```tsx
Tab 1
Tab 2
Tab 3
Panel 1
Panel 2
Panel 3
```
---
## API Reference
---
## Examples
### Controlled Tabs
### Tabs with a Disabled Tab
### Tabs with Icons
### Vertical Tabs
The `orientation` prop doesn't change the layout of the tabs, but it allows you to navigate between the tabs using the up and down arrow keys. You'll need to manually style the tabs vertically.