fix(button): add default iconPosition value

This commit is contained in:
albert 2020-10-04 20:00:03 +02:00
commit 1cfe4c1085

View file

@ -27,7 +27,7 @@
* Specify the position of the icon * Specify the position of the icon
* @type {"left" | "right"} [iconPosition="right"] * @type {"left" | "right"} [iconPosition="right"]
*/ */
export let iconPosition = undefined; export let iconPosition = "right";
/** /**
* Specify the ARIA label for the button icon * Specify the ARIA label for the button icon