Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with vue-formio #8

Closed
arrancardnell opened this issue Jan 10, 2020 · 2 comments
Closed

Integration with vue-formio #8

arrancardnell opened this issue Jan 10, 2020 · 2 comments

Comments

@arrancardnell
Copy link

I'm currently trying to integrate vue-formio into an existing project which is already using Bootstrap 3.

I've tried several methods to override the form styling with this package but haven't been very successful, could you please provide some advice (or possible documentation) on how this can be integrated with the vue-formio package?

@arrancardnell
Copy link
Author

Okay, I found a solution for anyone who hits a similar issue.

import bootstrap3 from "@formio/bootstrap3";

Formio.use(bootstrap3);

Not sure if this is the ideal method, and perhaps someone can confirm/deny whether this is best way of doing it, but it works!

@travist
Copy link
Member

travist commented Jan 22, 2020

That is the way to do it. Thanks @arrancardnell

@travist travist closed this as completed Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants