1.0.3 • Published 3 years ago

vuejs-input-tag-component v1.0.3

Weekly downloads
20
License
-
Repository
-
Last release
3 years ago

vue-input-tag-app

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.

How to 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.

Overview

Technologies used: BEM CSS, Sass, Vue

Features

Responsive and clean code

Author

  • Yasin Demir

License

This project is licensed under the MIT License - see the LICENSE.md file for details