-
Notifications
You must be signed in to change notification settings - Fork 32
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 Breadcrumb docs #583
base: main
Are you sure you want to change the base?
Add Breadcrumb docs #583
Conversation
## Summary <!-- A few sentences describing the changes being proposed in this pull request. --> ## List of notable changes: <!-- E.g. - **added** # for # component because # - **removed** props for # component because # - **updated** documentation for # component because # --> - - ## What should reviewers focus on? <!-- Help reviewers check the changes applied. E.g. For site designers Verify that the implementation is aligned with the design proposal: - Ensure the layout and the spacing are correct in different viewport sizes (desktop, tablet and mobile). - Check dark and light color modes. - Check the interactive states, such as hover, focus or active ones. --> - - ## Steps to test: <!-- Help reviewers test the feature by providing steps to reproduce the behavior. E.g. 1. Open the # component in CI-deployed preview environment 2. Go to # story in Storybook 3. Verify that # behaves as described in the following issue. --> 1. 1. 1. ## Supporting resources (related issues, external links, etc): - - ## Contributor checklist: - [ ] All new and existing CI checks pass - [ ] Tests prove that the feature works and covers both happy and unhappy paths - [ ] Any drop in coverage, breaking changes or regressions have been documented above - [ ] New visual snapshots have been generated / updated for any UI changes - [ ] All developer debugging and non-functional logging has been removed - [ ] Related issues have been referenced in the PR description ## Reviewer checklist: - [ ] Check that pull request and proposed changes adhere to our [contribution guidelines](../../CONTRIBUTING.md) and [code of conduct](../../CODE_OF_CONDUCT.md) - [ ] Check that tests prove the feature works and covers both happy and unhappy paths - [ ] Check that there aren't other open Pull Requests for the same update/change ## Screenshots: > Please try to provide before and after screenshots or videos <table> <tr> <th> Before</th> <th> After </th> </tr> <tr> <td valign="top"> <!-- Insert "before" screenshot here --> </td> <td valign="top"> <!-- Insert "after" screenshot here --> </td> </tr> </table>
|
🟢 No design token changes found |
🟢 No visual differences foundOur visual comparison tests did not find any differences in the UI. |
Summary
Added a first version of the breadcrumb docs. A lot of the content is from the primer.style entry for Product UI breadcrumbs. This opens up an opportunity for an ADR on how to handle shared component documentation.
What should reviewers focus on?
For site designers
For Primer maintainers
Supporting resources (related issues, external links, etc):
Contributor checklist:
Reviewer checklist:
Screenshots: