import tippy from 'tippy.js' import 'tippy.js/dist/tippy.css' import 'tippy.js/themes/light.css' tippy('[data-tippy-content]', { theme: 'light', arrow: false, })