-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 EntityTitle component #6590
Conversation
clean upBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
remove heading sizeBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
add testsBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
update demo exampleBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
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 overall! thanks for pushing through this feature @mud
my one bit of feedback about the interactive example is that it looks a bit too much like a checkbox, and visitors might feel prompted to click it as a to-do list item
an alternative icon suggestion here might be "add-to-artifact":
opened a PR to address my CR comments: #6633 |
thanks for addressing @adidahiya! |
[to/entity-title] address CR (#6633)Build artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Checklist
Changes proposed in this pull request:
Add a new
EntityTitle
component which generalizes a popular UI pattern.Reviewers should focus on:
This PR addresses the review left on #6278
Screenshot