Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Upgrade Bootstrap lib to v4+ #7

Open
claudiuconstantin opened this issue Nov 19, 2018 · 5 comments
Open

Upgrade Bootstrap lib to v4+ #7

claudiuconstantin opened this issue Nov 19, 2018 · 5 comments
Assignees

Comments

@claudiuconstantin
Copy link
Owner

Upgrade bootstrap npm package to latest version

@andrewryan1906
Copy link

Until this happens... is there any workaround to using this in a Bootstrap 4 application? The display is mangled for me and I can't figure out how to fix without conflicting with Bootstrap 4.

@claudiuconstantin
Copy link
Owner Author

You need to override some css classes used in the library. I think the easiest method is to import the Bootstrap 3.x css file provided by the v3 npm package in your specific component. This is ugly, I know.

@andrewryan1906
Copy link

But... if that component is using v4, won't they conflict?

I can hold off on this if you're planning on migrating in the next 30-60 days... do you have a timeline by any chance?

Andrew

@claudiuconstantin
Copy link
Owner Author

Shouldn't conflict if you're creating a wrapper component just for the cron-editor and import (or maybe copy-paste?) v3 css file into that single component.

Unfortunately I don't have a timeline for v4 upgrade.

@bandman0226
Copy link

I see there is a Pull Request for the upgrade for Bootstrap 4. Any timeline when this can get implemented?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants