You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`activated`|`activated`| If `true`, the fab button will be show a close icon. |`boolean`|`false`|
152
-
|`closeIcon`|`close-icon`| The icon name to use for the close icon. This will appear when the fab button is pressed. Only applies if it is the main button inside of a fab containing a fab list. |`string`|`'close'`|
152
+
|`closeIcon`|`close-icon`| The icon name to use for the close icon. This will appear when the fab button is pressed. Only applies if it is the main button inside of a fab containing a fab list. |`string`|`close`|
153
153
|`color`|`color`| The color to use from your application's color palette. Default options are: `"primary"`, `"secondary"`, `"tertiary"`, `"success"`, `"warning"`, `"danger"`, `"light"`, `"medium"`, and `"dark"`. For more information on colors, see [theming](/docs/theming/basics). |`string \| undefined`|`undefined`|
154
154
|`disabled`|`disabled`| If `true`, the user cannot interact with the fab button. |`boolean`|`false`|
155
155
|`download`|`download`| This attribute instructs browsers to download a URL instead of navigating to it, so the user will be prompted to save it as a local file. If the attribute has a value, it is used as the pre-filled file name in the Save prompt (the user can still change the file name if they want). |`string \| undefined`|`undefined`|
0 commit comments