vue-date-range-picker
vue-date-range-picker copied to clipboard
Remove bootstrap dependency
It would be great if this component implemented its own CSS styles and didn't depend on Bootstrap.
I agree on this, however I would like to keep this "bootstrap-compatible".
For example, if someone is using bootstrap with custom variables, the plugin should use its rules.
I thought about copying/pasting bootstrap rules that I use in this plugin, however this would override custom bootstrap from the app. I could use scoped css to avoid this, but by doing, custom bootstrap css in the app won't apply to the component.
I don't know if there is a best practice for this issue, if you think of something let me know :)