timothyarmes / tag-list

Dynamic List handling for Meteor
MIT License
4 stars 2 forks source link

tag-list

Purpose

This Meteor package can be used to create a Bootstrap 3 compatible dynamic list or "tag cloud" inside a form, allowing user to add and remove list items easily.

In constrast to alternative JQuery implementations, this packages uses Meteor's reactivity to keep the list updated, and the current list is stored inside a session variable so that it will survive hot code pushes while the user is filling out the form.

Compatibility with Twitter's Typeahead is provided.

Installation

meteor add tarmes:tag-list

Demo and Guide

A demonstration and guide can be found on the project's Meteor Page