Skip to content

Commit b288eda

Browse files
committed
feat(storybook): add tabs related components as subcomponent in storybook
1 parent 8bd67eb commit b288eda

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/bezier-react/src/components/Tabs/Tabs.stories.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ function TabsComposition({
9696
export default {
9797
title: getTitle(base),
9898
component: TabsComposition,
99+
subcomponents: {
100+
Tabs,
101+
TabItems,
102+
TabItem,
103+
TabActions,
104+
TabAction,
105+
TabContent,
106+
},
99107
argTypes: {
100108
size: {
101109
control: {

0 commit comments

Comments
 (0)