diff --git a/components/action-group/stories/action-group.stories.js b/components/action-group/stories/action-group.stories.js index e48456ca9..3583e008b 100644 --- a/components/action-group/stories/action-group.stories.js +++ b/components/action-group/stories/action-group.stories.js @@ -59,10 +59,22 @@ Separator.args = { layout: 'outlined' }; const ActionGroupTightTemplate = args => html`
- - +1 - - + + + + + +1 + + + + +2 + + + + +3 + + + @@ -73,5 +85,25 @@ const ActionGroupTightTemplate = args => html` export const tight = ActionGroupTightTemplate.bind({}); tight.args = { layout: 'outlined', tight }; +const ActionGroupSplitTemplate = args => html` +
+ + + + + + + + + + + +
`; + +export const SplitButton = ActionGroupSplitTemplate.bind({}); +SplitButton.args = { }; + + +