vuejs input tag component
Demo : http://ysndmr.com/vue-input-tag-app/
This app, you can use for your input tag application. Only one vue component file. "Enter", "Tab" and "Backspace" key also suitable for use.
npm i vuejs-input-tag-component
import Tags from 'vuejs-input-tag-component';
Then after, if you want, you can import your Main.js in your Vue project. (For use generally in all project)
Vue.component("vue-tag", Tags)
vue-tag is not must! You can write whatever you want. This is just example.
And then; you can use in your project like this ;
<vue-tag></vue-tag>
Note : This is not vue plugin, this is vue-component.
Technologies used: BEM CSS, Sass, Vue
Responsive and clean code
- Yasin Demir
This project is licensed under the MIT License - see the LICENSE.md file for details