@dobbel said in How to prevent CSS conflicts when creating a UI component using Quasar app extension?:
So does that mean that your Quasar extension can be used outside of Quasar Apps?
Yes, this component can be used outside of Quasar applications.
@dobbel said in How to prevent CSS conflicts when creating a UI component using Quasar app extension?:
If so then why did you choose to create your standalone ‘UI widget’ as a Quasar App extension instead of using Quasar’s UMD to avoid css conflicts?
- Familiarity with Quasar, and
- to get started quickly in presence of fair amount of complexity in the plugin
are the reasons why I chose Quasar.
When we build the plugin and use the UMD version generated by the build, then we have to use Quasar’s UMD CSS and scripts in order to get the plugin working.