Using without installing as a plugin #902
Unanswered
andresespinosapc
asked this question in
Q&A
Replies: 1 comment 2 replies
-
floating-vue is not tree-shakable and it wouldn't make sense as 90% of the code is the core component used for both tooltips and dropdowns. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way of using the Tooltip component without installing a Vue plugin to not use bundle size for the whole app?
I managed to do it importing it as
import { Tooltip } from 'floating-vue'
, but I don't know how to handle the themes.Beta Was this translation helpful? Give feedback.
All reactions