Materialize Tags is a jQuery plugin providing a Material Design user interface for managing tags.
- npm install
- npm install -g gulp-cli
- gulp build
- Objects as tags
- Typeaheadjs
- Designed for [Materialize v0.97.3] (http://materializecss.com/)
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.
Integrates with [Typeaheadjs] (https://twitter.github.io/typeahead.js/) for more flexibility
- [Nicolas Gryman (ngryman)] (https://github.com/ngryman)
- [Jonathan DEKHTIAR (DEKHTIARJonathan)] (https://github.com/DEKHTIARJonathan)