-
Notifications
You must be signed in to change notification settings - Fork 138
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: Breadcrumb with overflow #252
feat: Breadcrumb with overflow #252
Conversation
Deploy preview for ibm-cloud-cognitive ready! Built with commit 08cb8bc |
containerWidth: 500, | ||
}; | ||
|
||
// export const ManyTags = Template.bind({}); |
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.
Redundant commented-out code
@@ -0,0 +1,72 @@ | |||
// |
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.
Clicking on a breadcrumb reloads the storybook. Maybe it can show an event on the actions tab instead?
Contributes to #59 #181
Adds a breadcrumb with overflow component
Changelog
A packages/experimental/src/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.js
A packages/experimental/src/components/BreadcrumbWithOverflow/BreadcrumbWithOverflow.stories.js
A packages/experimental/src/components/BreadcrumbWithOverflow/_breadcrumb-with-overflow.scss
A packages/experimental/src/components/BreadcrumbWithOverflow/_index.scss
A packages/experimental/src/components/BreadcrumbWithOverflow/_storybook-styles.scss
A packages/experimental/src/components/BreadcrumbWithOverflow/index.js
M packages/experimental/src/components/PageHeader/ActionBarItem.stories.js
M packages/experimental/src/components/PageHeader/PageActionItem.stories.js
M packages/experimental/src/components/_index.scss
M packages/experimental/src/components/index.js
New production dependencies
No new dependencies.