laosb:comments-ui

Simple templates for disqus-like comment functionality


Keywords
javascript, meteor, meteor-package, widget
License
MIT
Install
meteor add laosb:comments-ui@=0.1.0

Documentation

Meteor Comments UI

This package lets you add a comment box in a matter of seconds. Comments UI provides the base for komentify, a service that allows you to add comment components to any app without the need for a custom backend.

<div class="comment-section">
    {{> commentsBox id=documentId}}
</div>

documentId could be the id of a blog post, news article or a custom defined string that stands for your guestbook. Check out the screenshot to see how it looks like.

How to install

meteor add arkham:comments-ui

Further reading

Have a look at the GUIDE.md for a detailed explanation of the Javascript API, configuration and more.