We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06d1b3 commit ab2bfbeCopy full SHA for ab2bfbe
packages/component-library/src/TabList/index.stories.tsx
@@ -1,7 +1,7 @@
1
import type { Meta, StoryObj } from "@storybook/react";
2
3
-import { TabList as TabListComponent } from "./index.jsx";
4
import { Tabs as UnstyledTabs } from "../unstyled/Tabs/index.jsx";
+import { TabList as TabListComponent } from "./index.jsx";
5
6
const meta = {
7
component: TabListComponent,
@@ -31,8 +31,9 @@ export const TabList = {
31
args: {
32
label: "Tab List",
33
items: [
34
- { id: "foo", children: "Foo" },
35
- { id: "bar", children: "Bar" },
+ { id: "btc", children: "BTC" },
+ { id: "eth", children: "ETH" },
36
+ { id: "sol", children: "SOL" },
37
],
38
},
39
} satisfies StoryObj<typeof TabListComponent>;
0 commit comments