@sit-onyx/headless 
Headless composables for Vue.
Inspired by Melt UI.
Changelog 
A full changelog can be found here.
Installation 
Install the npm package with your corresponding package manager:
sh
pnpm add @sit-onyx/headlesssh
npm install @sit-onyx/headlesssh
yarn install @sit-onyx/headlessComposables 
useComboBox 
vue
<script lang="ts" setup>
import { createCombobox } from "@sit-onyx/headless";
const {
  elements: {
    ...
  }
 } = createCombobox();
</script>