diff --git a/packages/button/src/LionButton.js b/packages/button/src/LionButton.js index 196b48008..623bb334f 100644 --- a/packages/button/src/LionButton.js +++ b/packages/button/src/LionButton.js @@ -22,13 +22,25 @@ export class LionButton extends DelegateMixin(SlotMixin(LionLitElement)) { render() { return html`
+ ${this._renderBefore()} + ${this._renderAfter()}
`; } + // eslint-disable-next-line class-methods-use-this + _renderBefore() { + return html``; + } + + // eslint-disable-next-line class-methods-use-this + _renderAfter() { + return html``; + } + static get styles() { return [ css`