JSPM

materialize-tags

1.2.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 47
  • Score
    100M100P100Q63880F
  • License MIT

A jQuery tags input plugin based on Materialize

Package Exports

  • materialize-tags

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (materialize-tags) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Materialize Tags

npm npm Build Status Dependency Status

Materialize Tags is a jQuery plugin providing a Material Design user interface for managing tags.

Building

  • npm install
  • npm install -g gulp-cli
  • gulp build

Features

Dependencies

Objects as tags

Not just support strings! This means you can use different values for a tag's label and value. Each tag also holds a reference to the object by which it was created, so by calling $(element).materialtags('items') an array of the original items is returned.

Typehead support

Integrates with Typeaheadjs for more flexibility

Contributors