Skip to content

crabvk/bulma-tagsfield

Repository files navigation

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