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
|**backgroundColor**| string |`'#0D58C0'` (dark-blue) | Background color of the back to top button. Define any `'x'` css property available for `'background-color: x'`.|
158
-
|**bottomOffset**| string \| number |`'0px'`| Offset `px` from bottom of page when scrolled to bottom. For example this can be used to make sure the back to top button never overlaps a footer. |
159
-
|**displayAtYPosition**| string \| number |`'420px'`| The back to top button will not be displayed until the user scrolls to the provided Y (vertical `px`) coordinate on the page. |
160
-
|**fontColor**| string |`'#FFFFFF'` (white)| The font color for the nested content within the back to top button. Define any `'x'` css property available for `'color: x'`.|
161
-
|**fontSize**| string |`'16px'`| The font size for the nested content within the back to top button. Define any `'x'` css property available for `'font-size: x'`.|
162
-
|**height**| string |`'40px'`| Height of back to top button in string px format. |
163
-
|**position**|`'left'`\|`'right'`|`'right'`| Position on-screen where the back to top button is displayed.|
164
-
|**width**| string |`'40px'`| Width of back to top button in string px format. |
165
-
|**zIndex**| number |`999`| Style the `z-index` for the back to top button as needed for correct layer height adjustment. This can be useful when working with sticky headers. |
155
+
| Input | Value Typing | Default Value | Description |
|**backgroundColor**| string |`#0D58C0`| Background color of the back to top button. Define any 'x' css property available for 'background-color: x'. |
158
+
|**bottomOffset**| string \| number |`0px`| Offset px from bottom of page when scrolled to bottom. For example this can be used to make sure the back to top button never overlaps a footer. |
159
+
|**displayAtYPosition**| string \| number |`420px`| The back to top button will not be displayed until the user scrolls to the provided Y (vertical px) coordinate on the page. |
160
+
|**fontColor**| string |`#FFFFFF`| The font color for the nested content within the back to top button. Define any 'x' css property available for 'color: x'. |
161
+
|**fontSize**| string |`16px`| The font size for the nested content within the back to top button. Define any 'x' css property available for 'font-size: x'. |
162
+
|**height**| string |`32px`\|`1rem`| Height of back to top button in string format.|
163
+
|**position**| left \| right|`right`| Position on-screen where the back to top button is displayed. |
164
+
|**width**| string |`32px`\|`1rem`| Width of back to top button in string format.|
165
+
|**zIndex**| number |`999`| Style the z-index for the back to top button as needed for correct layer height adjustment. This can be useful when working with sticky headers. |
0 commit comments