Skip to content

Commit

Permalink
expose Tabs component (Vue)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Jul 8, 2021
1 parent cd1e27f commit 67aebd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/@headlessui-vue/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ it('should expose the correct components', () => {
'SwitchLabel',
'SwitchDescription',

// Tabs
'Tabs',
'TabsList',
'TabsTab',
'TabsPanels',
'TabsPanel',

// Transition
'TransitionChild',
'TransitionRoot',
Expand Down
1 change: 1 addition & 0 deletions packages/@headlessui-vue/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ export * from './components/popover/popover'
export * from './components/portal/portal'
export * from './components/radio-group/radio-group'
export * from './components/switch/switch'
export * from './components/tabs/tabs'
export * from './components/transitions/transition'

0 comments on commit 67aebd1

Please sign in to comment.