-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(comment): basic angular wrapper implementation #2866
Conversation
…r-inte' into feat/comment-wrapper # Conflicts: # packages/ng/comment/comment-block/comment-block.component.html # packages/ng/comment/comment-block/comment-block.component.ts # packages/ng/comment/comment/comment.component.html # packages/ng/comment/comment/comment.component.ts # stories/documentation/texts/comment/angular.stories.ts
@@ -0,0 +1,3 @@ | |||
<ol class="commentWrapperChat"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this shouldn't be considered as a new component as I heard Clément speaking about "Chatbox". I'll investigate.
|
||
&.mod-WrapperAvatar ~ &:not(.mod-WrapperAvatar) { | ||
padding-left: var(--components-comment-content-margin); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Waiting design feedback on components naming before mergin') |
Description
The comment component is used to display comments or discussions on blocks
Each block is composed of informations about the author (
avatar
, aTemplateRef
andauthorName
, aPortalContent
(string | TemplateRef
)) and handles comments that are placed inside of it as childlu-comment
components.