Tabs

A set of layered content panels, known as tabs, that display content one panel at a time

At ACME, we're dedicated to providing you with an exceptional shopping experience. Our wide selection of products caters to your every need, from fashion to electronics and beyond. We take pride in our commitment to quality, customer satisfaction, and timely delivery. Our friendly customer support team is here to assist you with any inquiries or concerns you may have. Thank you for choosing ACME as your trusted online shopping destination.

Was this example helpful?

Usage


import { Tabs } from "@medusajs/ui"
1<Tabs>2  <Tabs.List>3    <Tabs.Trigger value="1">Tab 1</Tabs.Trigger>4    <Tabs.Trigger value="2">Tab 2</Tabs.Trigger>5    <Tabs.Trigger value="3">Tab 3</Tabs.Trigger>6  </Tabs.List>7  <Tabs.Content value="1">Panel 1</Tabs.Content>8  <Tabs.Content value="2">Panel 2</Tabs.Content>9  <Tabs.Content value="3">Panel 3</Tabs.Content>10</Tabs>

API Reference


This component is based on the Radix UI Tabs primitves