meteor-comments-ui icon indicating copy to clipboard operation
meteor-comments-ui copied to clipboard

Simple templates for comment functionality in your Meteor App

Meteor Comments UI

Build Status

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.

  • Based on the Meteor accounts system
  • Simple Javascript API to manipulate and retrieve comment data
  • Many configurable values and easily customizable
<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.