crabvk / bulma-tagsfield

Multi-line tags input control (Bulma extension)
https://crabvk.github.io/bulma-tagsfield/
MIT License
11 stars 0 forks source link
bulma tags tagsfield tagsinput

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))