crabvk / bulma-tagsfield

Multi-line tags input control (Bulma extension)

Home Page:https://crabvk.github.io/bulma-tagsfield/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Multi-line tags input control (Bulma extension)

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

License:MIT License


Languages

Language:JavaScript 71.2%Language:SCSS 28.8%