Skip to content

🏷 Custom web component to have a <tag-input> element to manage tags

Notifications You must be signed in to change notification settings

marcosrivasr/tag-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tag-input

🏷 Custom web component to have a <tag-input> element to manage tags.

Usage

  1. Set the .js file in the html
<script src="input-tag.js"></script>
  1. Set the <input-tag> in your forms. You can use the value property to load some values at the begining.
<input-tag value="apple, banana, oranges" id="tag01" name="tags" ></input-tag>

About

🏷 Custom web component to have a <tag-input> element to manage tags

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published