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
@@ -48,6 +48,7 @@ If the FAB button is not wrapped with `<ion-fab>`, it will scroll with the conte
48
48
|`mode`|`mode`| The mode determines which platform styles to use. |`"ios" \| "md"`|`undefined`|
49
49
|`routerDirection`|`router-direction`| When using a router, it specifies the transition direction when navigating to another page using `href`. |`"back" \| "forward" \| "root"`|`'forward'`|
50
50
|`show`|`show`| If `true`, the fab button will show when in a fab-list. |`boolean`|`false`|
51
+
|`size`|`size`| The size of the button. Set this to `small` in order to have a mini fab. |`"small" \| undefined`|`undefined`|
51
52
|`translucent`|`translucent`| If `true`, the fab button will be translucent. |`boolean`|`false`|
52
53
|`type`|`type`| The type of the button. |`"button" \| "reset" \| "submit"`|`'button'`|
0 commit comments