-
Notifications
You must be signed in to change notification settings - Fork 150
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
docs(blade): add Breadcrumb API #2027
Conversation
|
✅ PR title follows Conventional Commits specification. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9f9e8c8:
|
packages/blade/src/components/Breadcrumb/_decisions/decisions.md
Outdated
Show resolved
Hide resolved
packages/blade/src/components/Breadcrumb/_decisions/decisions.md
Outdated
Show resolved
Hide resolved
return ( | ||
<Box> | ||
<Breadcrumb showLastSeparator marginBottom="spacing.3"> | ||
<BreadcrumbItem href="/">Home</BreadcrumbItem> |
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.
Can you add icon as well to these examples? like we have in first figma image?
/** | ||
* Content of the BreadcrumbItem | ||
*/ | ||
children: string; |
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.
According to the design there can be cases where the first item shows only an icon. Can we make this optional in case icon
prop is supplied?
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.
Right, this will be optional. I'll change this.
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.
LGTM
* chore: add breadcrumb api * chore: update * chore: update * chore: update * chore: update images * chore: update
Formatted Doc