--- title: "Progress Tabs" description: "A set of layered content panels, known as tabs, specifically designed for implementing multi-step tasks" component: true --- ## Usage --- ```tsx import { ProgressTabs } from "@medusajs/ui" ``` ```tsx General Shipping Payment {/* Content */} {/* Content */} {/* Content */} ``` ## API Reference ---