Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Multi-line tags input control (Bulma extension)
https://github.com/crabvk/bulma-tagsfield

bulma tags tagsfield tagsinput

Last synced: 2 months ago
JSON representation

Multi-line tags input control (Bulma extension)

Awesome Lists containing this project

README

        

# Tagsfield - multi-line tags input control

[Bulma](https://bulma.io/) extension based on `span[contenteditable]` and styles of [field](https://github.com/jgthms/bulma/blob/0.9.0/sass/form/tools.sass#L32) and [input](https://bulma.io/documentation/form/input).

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

## Install

```shell
npm install bulma-tagsfield
```

## Import

```js
import Tagsfield from 'bulma-tagsfield'

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