UNPKG

@headlessui/vue

Version:

A set of completely unstyled, fully accessible UI components for Vue 3, designed to integrate beautifully with Tailwind CSS.

14 lines (13 loc) 671 B
export * from './components/combobox/combobox.js'; export * from './components/dialog/dialog.js'; export * from './components/disclosure/disclosure.js'; export * from './components/focus-trap/focus-trap.js'; export * from './components/listbox/listbox.js'; export * from './components/menu/menu.js'; export * from './components/popover/popover.js'; export { Portal, PortalGroup } from './components/portal/portal.js'; export * from './components/radio-group/radio-group.js'; export * from './components/switch/switch.js'; export * from './components/tabs/tabs.js'; export * from './components/transitions/transition.js'; export { provideUseId } from './hooks/use-id.js';