All Projects → ajduke → meteor-bootstrap-tagsinput

ajduke / meteor-bootstrap-tagsinput

Licence: other
Bootstrap Tags Input packaged for Meteor Platform

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to meteor-bootstrap-tagsinput

darkest-space
Minimal colorscheme for vim.
Stars: ✭ 18 (+50%)
Mutual labels:  meteor
flow-router
🚦 Carefully extended flow-router for Meteor
Stars: ✭ 191 (+1491.67%)
Mutual labels:  meteor
accounts-react
Simple and intuative accounts view layer for react in meteor
Stars: ✭ 51 (+325%)
Mutual labels:  meteor
ostrio-analytics
📊 Visitor's analytics tracking code for ostr.io service
Stars: ✭ 14 (+16.67%)
Mutual labels:  meteor
denormalize
Simple denormalization for Meteor
Stars: ✭ 21 (+75%)
Mutual labels:  meteor
meteor-react-native
Meteor client for React Native matching Meteor Spec
Stars: ✭ 43 (+258.33%)
Mutual labels:  meteor
meteor-telegram-bot
Telegram bot plugin for Meteor
Stars: ✭ 25 (+108.33%)
Mutual labels:  meteor
meteor-server-autorun
Server-side Tracker.autorun
Stars: ✭ 36 (+200%)
Mutual labels:  meteor
mup-data-backup
MongoDB backup and restore which is deployed via mup.
Stars: ✭ 27 (+125%)
Mutual labels:  meteor
meteor-control-mergebox
Control mergebox of publish endpoints
Stars: ✭ 28 (+133.33%)
Mutual labels:  meteor
meteor-imports-webpack-plugin
Webpack plugin to import and use Meteor packages like if they were real NPM packages.
Stars: ✭ 25 (+108.33%)
Mutual labels:  meteor
Parrot
Web router specially designed for building SPAs using Meteor
Stars: ✭ 75 (+525%)
Mutual labels:  meteor
meteor-packages
Client for Meteor Package Server API
Stars: ✭ 14 (+16.67%)
Mutual labels:  meteor
meteor-jalik-ufs-gridfs
GridFS store for UploadFS
Stars: ✭ 13 (+8.33%)
Mutual labels:  meteor
meteor-apollo2
An example showing how to use Apollo 2.0 with GraphQL server + subscriptions
Stars: ✭ 20 (+66.67%)
Mutual labels:  meteor
meteor-ddp-php
Minimalist PHP library for client-side DDP communication
Stars: ✭ 49 (+308.33%)
Mutual labels:  meteor
meteor-graphql
Compiler plugin that supports GraphQL files in Meteor
Stars: ✭ 56 (+366.67%)
Mutual labels:  meteor
latelier
L'atelier, a project management tool
Stars: ✭ 74 (+516.67%)
Mutual labels:  meteor
fragments
Organise your bookmarks into boards
Stars: ✭ 56 (+366.67%)
Mutual labels:  meteor
Meteor-Files-Demos
Demos for ostrio:files package
Stars: ✭ 51 (+325%)
Mutual labels:  meteor

Meteor Bootstrap Tags Input for Bootstrap-3

Bootstrap Tag Input jquery plugin ported to use in Meteor. ###Note:

This package has two version 0.5.x and 0.7.x.

0.7.x is default/lastest version of package as of now which will have official Bootstrap package installed out of box.

0.5.x is version of package which does not come with Bootstrap as dependency. Using this version will require to install of Boostrap package

How to install and use

Using 0.7.x (lastest version)

meteor add ajduke:bootstrap-tagsinput

Using 0.5.x

meteor add ajduke:bootstrap-tagsinput@=0.5.0

<add your favorite boostrap packge from Atmosphere> or <ignore this if you already have bootstrap package > For.e.g. meteor add meteor add twbs:bootstrap

For those who want to use typeahead with tagsinput, first, you need to add typeahead package (sergeyt:typeahead) then refer the following issue for further reference

For more usage, please consult documentation on following links-

I created the Meteor Project repo, which contains exmaple usage on using this package in Meteor- https://github.com/ajduke/tagsinput-meteor-demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].