I am creating an app and using Tailwind CSS for most of the design. However, there are a couple of components from BootstrapVue that I would like to use.
Is it possible to import some of the components such as the Form Tags component as a plugin ? If so, how can I optimize this so I can get the smallest file possible in NuxtJS? Would it be OK to perhaps use all of the BootstrapVue form components but style it with Tailwind CSS?
If you can provide an optimal method for tree shaking, importing, etc that would be fantastic!