diff --git a/packages/storybook/cxl-lumo-styles/elements.stories.js b/packages/storybook/cxl-lumo-styles/elements.stories.js index 13a3cc2c6..6cc0a47dd 100644 --- a/packages/storybook/cxl-lumo-styles/elements.stories.js +++ b/packages/storybook/cxl-lumo-styles/elements.stories.js @@ -17,38 +17,44 @@ export default { * @returns {TemplateResult} * @constructor */ -export const VaadinButton = ({ Label }) => html` - -
Basic
- ${Label} -
Disabled
- ${Label} -
Primary
- ${Label} -
Primary Contrast
- ${Label} -
Primary Pending
- ${Label} -
Secondary
- ${Label} -
Secondary Pending
- ${Label} -
Tertiary
- ${Label} -
Tertiary inline
- ${Label} -
Linkedin
- ${Label} -
Upstream
-

- Also see - https://vaadin.com/components/vaadin-button/html-examples -

-`; +export const VaadinButton = ({ Label }) => { + document.body.removeAttribute('unresolved'); + + return html` + +
Basic
+ ${Label} +
Disabled
+ ${Label} +
Primary
+ ${Label} +
Primary Contrast
+ ${Label} +
Primary Pending
+ ${Label} +
Secondary
+ ${Label} +
Secondary Pending
+ ${Label} +
Tertiary
+ ${Label} +
Tertiary inline
+ ${Label} +
Linkedin
+ ${Label} +
Upstream
+

+ Also see + https://vaadin.com/components/vaadin-button/html-examples +

+ `; +}; Object.assign(VaadinButton, { args: {