Skip to content

Commit 9eabdf1

Browse files
committed
feat(headless-ui): support tabs, close #110
1 parent da8740b commit 9eabdf1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/core/resolvers/headless-ui.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ const components = [
3535
'SwitchLabel',
3636
'TransitionChild',
3737
'TransitionRoot',
38+
'TabGroup',
39+
'TabList',
40+
'Tab',
41+
'TabPanels',
42+
'TabPanel',
3843
]
3944

4045
/**

0 commit comments

Comments
 (0)