--- title: "Tabs" description: "A set of layered content panels, known as tabs, that display content one panel at a time" component: true --- ## Usage --- ```tsx import { Tabs } from "@medusajs/ui" ``` ```tsx Tab 1 Tab 2 Tab 3 Panel 1 Panel 2 Panel 3 ``` ## API Reference ---