vue-next-select icon indicating copy to clipboard operation
vue-next-select copied to clipboard

CSS style adoption of Bootstrap

Open pcanto-hopeit opened this issue 3 years ago • 2 comments

Feature Support customization for adoption look and feel of bootstrap, or may be any other css library.

Solution Do component withe label

pcanto-hopeit avatar Apr 15 '21 03:04 pcanto-hopeit

BTW the CSS can be added in the JS so (I think) it's all concatenated and minified together:

import 'vue-next-select/dist/index.css';

gianpaj avatar Jun 15 '21 09:06 gianpaj

import 'vue-next-select/dist/index.css';  

Thank you! I was having an issue with CSS and didn't realize that the index.css file needs to be imported

paulinechi avatar Jan 02 '22 14:01 paulinechi