Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.14 KB

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.

<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.