We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774a922 commit 3adf439Copy full SHA for 3adf439
packages/uui-menu-item/lib/uui-menu-item.story.ts
@@ -221,6 +221,21 @@ export const WithActions: Story = {
221
},
222
};
223
224
+export const SelectableWithActions: Story = {
225
+ args: {
226
+ selectable: true,
227
+ selectOnly: true,
228
+ selected: true,
229
+ 'actions slot': html`<uui-action-bar slot="actions">
230
+ <uui-button
231
+ style="--uui-button-contrast: currentColor;"
232
+ label="Open actions menu"
233
+ ><uui-symbol-more></uui-symbol-more
234
+ ></uui-button>
235
+ </uui-action-bar>`,
236
+ },
237
+};
238
+
239
export const WidthBadge: Story = {
240
args: {
241
'badge slot': html`<uui-badge slot="badge" color="warning">!</uui-badge>`,
0 commit comments