import { Tabs, Text } from "@medusajs/ui" export default function TabsDisabled() { return (
General Shipping (Disabled) Payment
This is the General tab. This is the Shipping tab (should be disabled). This is the Payment tab.
Use the left and right arrow keys to navigate between the tabs. You must focus on a tab first.
) }