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) • 324 B
JavaScript
import { useId as useId$1, computed, toValue } from "vue";
import { w as withBvnPrefix } from "./keys-41Cw9q6f.mjs";
const useId = (id, suffix) => {
const genId = useId$1();
return computed(() => toValue(id) || withBvnPrefix(genId || "", suffix));
};
export {
useId as u
};
//# sourceMappingURL=useId-c2wnQbyL.mjs.map