@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/headless@beta
sh
npm install @sit-onyx/headless@beta
sh
yarn install @sit-onyx/headless@beta
Composables
useComboBox
vue
<script lang="ts" setup>
import { createCombobox } from "@sit-onyx/headless";
const {
elements: {
...
}
} = createCombobox();
</script>