dabernathy89 / vue-query-builder

A UI component for building complex queries with nested conditionals.
https://dabernathy89.github.io/vue-query-builder/
MIT License
643 stars 157 forks source link

added bootstrap4 css classes #53

Closed andreas83 closed 4 years ago

andreas83 commented 4 years ago

I removed the deprecated css classes and replaced them with the new bootstrap4 card css classes. works for me and looks as expected.

andreas83 commented 4 years ago

52

andreas83 commented 4 years ago

just saw @kailashrdave also made a pull request #17 regarding bootstrap 4 support (which looks more complete then mine).

@dabernathy89 thinks its better to be framework agnostic, which makes sense somehow, but imo in the mean time it would be okay to have latest bootstrap 4 css classes and after the new css framework agnostic solution is there, we could ditch bootstrap anyway.