-
Notifications
You must be signed in to change notification settings - Fork 99
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(Breadcrumbs): new component #1497
Conversation
Preview is ready. |
Playwright Test Component is ready. |
7527556
to
f7064c7
Compare
@@ -63,3 +63,32 @@ export interface ControlGroupProps<ValueType extends string = string> { | |||
'aria-label'?: string; | |||
'aria-labelledby'?: string; | |||
} | |||
|
|||
export type Key = string | number; |
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.
It should be a public type, maybe we should named it a little bit unique?
endItems--; | ||
} | ||
const hiddenItems = breadcrumbs.slice(0, -endItems); | ||
const menuItem = ( |
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.
Could u move it to separate component? Looks pretty abstract
f7064c7
to
e0f3d27
Compare
Visual Tests Report is ready. |
e0f3d27
to
ea9a3e1
Compare
No description provided.