Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 500 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 500 Bytes

Tagsfield - multi-line tags input control

Bulma extension based on span[contenteditable] and styles of field and input.

Demo https://crabvk.github.io/bulma-tagsfield/

Install

npm install bulma-tagsfield

Import

import Tagsfield from 'bulma-tagsfield'

document.querySelectorAll('.tagsfield').forEach(el => new Tagsfield(el))