bootstrap-vue-next
Version:
BootstrapVueNext is an early and lovely component library for Vue 3 & Nuxt 3 based on Bootstrap 5 and Typescript.
11 lines (10 loc) • 316 B
JavaScript
import { useId as useId$1, computed, toValue } from "vue";
import { g as bvnPrefix } from "./keys-DuZp76_V.mjs";
const useId = (id, suffix) => {
const genId = useId$1();
return computed(() => toValue(id) || bvnPrefix(genId || "", suffix));
};
export {
useId as u
};
//# sourceMappingURL=useId-SLUTyEVA.mjs.map