-
Notifications
You must be signed in to change notification settings - Fork 63
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(store-ui): Breadcrumb molecule #986
Conversation
✔️ Deploy Preview for storeui ready! 🔨 Explore the source changes: 156d478 🔍 Inspect the deploy log: https://app.netlify.com/sites/storeui/deploys/6176e45f929f5400085ef2f7 😎 Browse the preview: https://deploy-preview-986--storeui.netlify.app/ |
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 156d478:
|
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.
Great job, @Gmantiqueira! 👏 🚀
I left some comments.
packages/store-ui/src/molecules/Breadcrumb/stories/Breadcrumb.stories.tsx
Outdated
Show resolved
Hide resolved
This PR closes #848 |
style={{ | ||
boxSizing: 'border-box', | ||
fill: 'rgb(230, 230, 230)', | ||
display: 'flex', | ||
}} |
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.
This should be here?
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.
👀
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.
[Edit] Nvm what I said before, I just tested that these styles are unnecessary lol. Sorry.
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.
NP 😉
c55997a
to
156d478
Compare
What's the purpose of this pull request?
As the title says, this PR creates the Breadcrumb molecule.
I'm not sure yet about the custom and default icons of this component, so if you have some thoughts about it, you're welcome. 😄
- Updating stores with this component (WIP).
How it works?
How to test it?
References