Skip to content

Commit 3adf439

Browse files
committed
add story
1 parent 774a922 commit 3adf439

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

packages/uui-menu-item/lib/uui-menu-item.story.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,21 @@ export const WithActions: Story = {
221221
},
222222
};
223223

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+
224239
export const WidthBadge: Story = {
225240
args: {
226241
'badge slot': html`<uui-badge slot="badge" color="warning">!</uui-badge>`,

0 commit comments

Comments
 (0)