UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

19 lines (18 loc) 503 B
import "vue"; import { d as resolveDirectiveProps } from "../../../floatingUi-DAKhZxeT.mjs"; import { c as createFloatingDirective } from "../../../utils-BfbvBFtw.mjs"; const vBTooltip = createFloatingDirective( "$__tooltip", "BTooltip", (text, defaults, binding, el) => ({ noninteractive: true, ...defaults || void 0, ...resolveDirectiveProps(binding, el), title: text.title ?? text.body ?? "", tooltip: true }) ); export { vBTooltip }; //# sourceMappingURL=index.mjs.map