1.0.0 • Published 5 years ago

vue-input-tag-component v1.0.0

Weekly downloads
7
License
-
Repository
-
Last release
5 years ago

Vue.JS Input Tag Component

This component is whole size div and when click space on the div, input is activated. After writing and pressing enter, the value will be changed to span and will be added to left. If you press backspace when input is empty, the last tag will be removed. Also tags are removed by clicking x sign.

You can use color attribute (props) to change theme. The options;

  • success
  • primary
  • secondary
  • info
  • warning
  • danger