Skip to content

Commit ff0e56f

Browse files
committed
fix docs
1 parent c6aafc0 commit ff0e56f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,12 @@ export const CustomExpandSymbol: Story = {
145145
docs: {
146146
source: {
147147
code: html`
148-
<uui-menu-item label="Menu Item 1" has-children>
148+
<uui-menu-item
149+
label="Menu Item 1"
150+
has-children
151+
.renderExpandSymbol=${() => {
152+
return html`<uui-icon name="favorite"></uui-icon>`;
153+
}}>
149154
<uui-menu-item label="Nested Menu Item 1"></uui-menu-item>
150155
<uui-menu-item label="Nested Menu Item 2"></uui-menu-item>
151156
</uui-menu-item>

0 commit comments

Comments
 (0)