vue-next-select
vue-next-select copied to clipboard
CSS style adoption of Bootstrap
Feature Support customization for adoption look and feel of bootstrap, or may be any other css library.
Solution Do component withe label
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';
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