Skip to content

Commit e7685d6

Browse files
feat(headlessui): add combox components (#320)
1 parent 26b64c3 commit e7685d6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/core/resolvers/headless-ui.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
import type { ComponentResolver } from '../../types'
22

33
const components = [
4+
'Combobox',
5+
'ComboboxButton',
6+
'ComboboxInput',
7+
'ComboboxLabel'
8+
'ComboboxOption',
9+
'ComboboxOptions',
410
'Dialog',
511
'DialogDescription',
612
'DialogOverlay',

0 commit comments

Comments
 (0)