A basic list of comments
These examples uses ui segment to create content segments. This is not required.
UI Views provide structured layouts, but do not hook up site specific code. You will need to add your own javascript behaviors to hide and show the appropriate forms. For example, having a reply button open a reply form
A comment can contain an image or avatar
A comment can contain metadata about the comment, an arbitrary amount of metadata may be defined.
A comment can contain an list of actions a user may perform related to this comment.
A comment can contain a form to reply to a comment. This may have arbitrary content.
If a comment form is located inside a ui comment
it will be formatted as an nested reply form. If the comment form is included after all comments, it will be formatted as a normal reply form.
Comments can be collapsed, or hidden from view
A comment list can be threaded to showing the relationship between conversations
Comments can hide extra information unless a user shows intent to interact with a comment.
Comments
This has been very useful for my research. Thanks as well!