vue-tags-input icon indicating copy to clipboard operation
vue-tags-input copied to clipboard

styling tags

Open Ahmed7fathi opened this issue 5 years ago • 1 comments

is there any way to style span element ? like changing it's color or font or any way to pass class attribute ?

Ahmed7fathi avatar Nov 22 '20 11:11 Ahmed7fathi

The only way I found is just to override the default styles with !important, which is not the greatest practice of course.

Using the default styles is great for getting started with the plugin, but I think there has to be a way to disable them completely and use your own classes or at least write your own CSS for the classes set.

This topic was raised here https://github.com/JohMun/vue-tags-input/issues/110.

igorlanko avatar Jan 18 '21 02:01 igorlanko