File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -626,3 +626,18 @@ MenuItemOnly.argTypes = {
626
626
if : { arg : "hasItemDescription" , truthy : true } ,
627
627
} ,
628
628
} ;
629
+
630
+ export const Standard = Template . bind ( { } ) ;
631
+ Standard . storyName = "Standard with Dividers" ;
632
+ Standard . args = {
633
+ items : [
634
+ { label : "Deselect" } ,
635
+ { label : "Select inverse" } ,
636
+ { label : "Feather" } ,
637
+ { label : "Select and mask" } ,
638
+ { type : "divider" } ,
639
+ { label : "Save selection" } ,
640
+ { label : "Make work path" , isDisabled : true } ,
641
+ ] ,
642
+ hasDividers : true ,
643
+ } ;
Original file line number Diff line number Diff line change 1
1
import { html } from "lit" ;
2
2
3
- import { Default as MenuStories } from "@spectrum-css/menu/stories/menu.stories.js" ;
3
+ import { Standard as MenuStories } from "@spectrum-css/menu/stories/menu.stories.js" ;
4
4
5
5
import { Template } from "./template" ;
6
6
You can’t perform that action at this time.
0 commit comments