mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
fix(button): add default iconPosition value
This commit is contained in:
parent
fa9ee1774c
commit
1cfe4c1085
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
* Specify the position of the icon
|
||||
* @type {"left" | "right"} [iconPosition="right"]
|
||||
*/
|
||||
export let iconPosition = undefined;
|
||||
export let iconPosition = "right";
|
||||
|
||||
/**
|
||||
* Specify the ARIA label for the button icon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue