UNPKG

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
import { w as withBvnPrefix } from "./keys-CwytVEYF.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-vZvGlR-1.mjs.map