-
Notifications
You must be signed in to change notification settings - Fork 841
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
Add EuiCommentList #3344
Add EuiCommentList #3344
Conversation
Preview documentation changes for this PR: https://eui.elastic.co/pr_3344/ |
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.
Looks great! I like the simplified example for just EuiComment, and that the complex one now is for the whole EuiCommentList. I just had a comment around the children vs EuiComment display.
/>`; | ||
|
||
export const CommentListExample = { | ||
title: 'Comment List', |
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.
title: 'Comment List', | |
title: 'Comment list', |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3344/ |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3344/ |
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.
Code and docs updates LGTM!
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.
👍 Looks great to me!
Preview documentation changes for this PR: https://eui.elastic.co/pr_3344/ |
Summary
EuiCommentList
componentsrc
to go fromcomment
tocomment_list
. This to follow what we have for similar components (i.e.EuiDescriptionList
andEuiListGroup
)EuiComment
examples live underEuiCommentList
Checklist
- [ ] Checked for breaking changes and labeled appropriately- [ ] Checked for accessibility including keyboard-only and screenreader modes