-
Notifications
You must be signed in to change notification settings - Fork 159
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(megamenu): megamenu desktop web component #4384
feat(megamenu): megamenu desktop web component #4384
Conversation
Deploy preview created for package Built with commit: 27d6da069b6193ea64808f8a0bdace160952f8cf |
Deploy preview created for package Built with commit: 27d6da069b6193ea64808f8a0bdace160952f8cf |
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 progress @annawen1!
packages/web-components/src/components/masthead/masthead-composite.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/masthead/masthead-composite.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/masthead/masthead-composite.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/masthead/megamenu-category-group.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/masthead/megamenu-category-group.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/masthead/megamenu-left-navigation.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/masthead/megamenu-right-navigation.ts
Outdated
Show resolved
Hide resolved
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.
Thank you for the update and another great progress @annawen1!
packages/web-components/src/components/masthead/megamenu-right-navigation.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/masthead/megamenu-right-navigation.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/masthead/megamenu-right-navigation.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/masthead/megamenu-right-navigation.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/masthead/megamenu-right-navigation.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/masthead/megamenu-category-link.ts
Outdated
Show resolved
Hide resolved
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 progress, getting there - Thank you for the updates @annawen1!
packages/web-components/src/components/masthead/masthead-composite.ts
Outdated
Show resolved
Hide resolved
packages/web-components/src/components/masthead/masthead-composite.ts
Outdated
Show resolved
Hide resolved
…wen1/ibm-dotcom-library into feat/megamenu-web-component
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 👍 - Thanks @annawen1! 🎉
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.
Thank you @annawen1 !
Related Ticket(s)
Web Component: Develop MegaMenu desktop version from the React version - Group 3 #3284
Description
Megamenu web component
Changelog
New
Changed
hasHighlights
prop from<NavigationGroup />
to<RightNavigation />
in React to better align with web components