vuejs-input-tag-component

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i vuejs-input-tag-component

Weekly Downloads

1

Version

1.0.3

License

none

Unpacked Size

4.48 kB

Total Files

3

Last publish

Collaborators

  • ysndmr