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