diff --git a/src/elements/ia-button/ia-button.ts b/src/elements/ia-button/ia-button.ts index 7b6153e..5ac0470 100644 --- a/src/elements/ia-button/ia-button.ts +++ b/src/elements/ia-button/ia-button.ts @@ -5,7 +5,12 @@ import themeStyles from '@src/themes/theme-styles'; /** * A button element to demo the elements library - */ + * + * @slot The content of the button + * + * @cssprop --primary-cta-fill - The background color of the button + * @cssprop --primary-cta-text-color - The text color of the button + */ @customElement('ia-button') export class IAButton extends LitElement { render() {