andrewcourtice / vuetiful

Vuetiful is a component framework written on top of the Vue reactive library. It is primarily designed for creating business/administration applications where the displaying of data is paramount.
MIT License
488 stars 108 forks source link

Custom CSS #19

Closed arthurtyukayev closed 4 years ago

arthurtyukayev commented 7 years ago

I understand that this is a framework and the CSS is sort of built in. I would love to be able to use the javascript in this datatable and pair it with a framework like Semantic or Bootstrap.

Is this at all possible?

mcamiano commented 7 years ago

If the component's styles were scoped they'd be less likely to interact with a different framework in unexpected ways. The modal styles, for instance, clobber Bootstrap 4's default modal positioning. cf https://vue-loader.vuejs.org/en/features/scoped-css.html

DelfsEngineering commented 7 years ago

Do you know a work around? I am finding the CSS messes up the rest of my web app. So it becomes a deal breaker as it stands ...