import { Tabs, Text } from "@medusajs/ui"
export default function TabsVertical() {
return (
General
Shipping
Payment
This is the General tab (vertical).
This is the Shipping tab (vertical).
This is the Payment tab (vertical).
Use the up and down arrow keys to navigate between the tabs. You must
focus on a tab first.
)
}