-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update menu item functionality #929
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
@@ -36,6 +36,7 @@ SwirlActionListItem.args = { | |||
badge: "Badge", | |||
description: "Description of the action list item", | |||
icon: `<swirl-icon-mention></swirl-icon-mention>`, | |||
iconBadge: `<swirl-badge></swirl-badge>`, |
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.
nitpick: Should have a label.
> | ||
{showIconBadge && ( | ||
<span | ||
class="action-list-item__icon__badge" |
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.
suggestion: action-list-item__icon-badge
We usually only do one level of nesting in the __ selectors.
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.
changed
@@ -42,4 +42,6 @@ export const SwirlOptionListItem = Template.bind({}); | |||
SwirlOptionListItem.args = { | |||
label: "Option List Item", | |||
value: "Value", | |||
icon: `<swirl-icon-mention></swirl-icon-mention>`, | |||
iconBadge: `<swirl-badge></swirl-badge>`, |
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.
nitpick: Should have a label.
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.
added a label
packages/swirl-components/src/components/swirl-menu/swirl-menu.tsx
Outdated
Show resolved
Hide resolved
Azure Static Web Apps: Your stage site is ready! Visit it here: https://icy-water-049ec4003-929.westeurope.3.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://icy-water-049ec4003-929.westeurope.3.azurestaticapps.net |
Summary
Review Checklist
General
For new or updated components
https://swirl-storybook.flip-app.dev/?path=/docs/contributions-merge-publish--page