Skip to content

ysndmr/vue-input-tag-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-input-tag-app

vuejs input tag component

Demo : http://ysndmr.com/vue-input-tag-app/

This app, you can use input tag application for your projects. Only one vue component file in this project. "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

About

vuejs input tag component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors