--- generate_toc: true --- import { ComponentExample } from "@/components/ComponentExample" import { ComponentReference } from "@/components/ComponentReference" export const metadata = { title: `Progress Tabs`, } # {metadata.title} A component that renders tabbed content, specifically designed for implementing multi-step tasks. In this guide, you'll learn how to use the Progress Tabs component. ## Usage ```tsx import { ProgressTabs } from "@medusajs/ui" ``` ```tsx General Shipping Payment {/* Content */} {/* Content */} {/* Content */} ``` --- ## API Reference --- ## Examples ### Set Status Indicator ### Controlled Active Tab ### Disabled Tab