sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

Using custom css #110

Closed Krobotechnologies closed 2 years ago

Krobotechnologies commented 2 years ago

Please can you give a brief explanation on how someone can use this amazing tool. I know I have to import my CSS file as no CSS is currently showing, but I am having a problem going about that since I built my app UI with vuetify

araromirichard commented 2 years ago

hello Please I am still looking for an assistance with this.

sethsandaru commented 2 years ago

Hi all,

You should be able to override Vue-Form-Builder CSS normally fine. Check this out: https://github.com/sethsandaru/vue-form-builder/blob/master/src/assets/v-form-builder.css

So Vue Form Builder is using its own CSS, if you want the style applied to your custom framework (Vuetify, Quasar,...) then please follow the structure above and change/override it to match your application's styling.

araromirichard commented 2 years ago

ok thanks just seeing this, let me try it out. thanks a whole lot