vue-date-range-picker icon indicating copy to clipboard operation
vue-date-range-picker copied to clipboard

Remove bootstrap dependency

Open jamiechong opened this issue 7 years ago • 1 comments

It would be great if this component implemented its own CSS styles and didn't depend on Bootstrap.

jamiechong avatar Aug 01 '18 18:08 jamiechong

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 :)

Owumaro avatar Aug 07 '18 07:08 Owumaro