mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
27 lines
571 B
Markdown
27 lines
571 B
Markdown
# Back Top
|
|
<!--single-column-->
|
|
It helps you back to where you were. However, time never goes back.
|
|
## Demos
|
|
Scroll down to see demos work.
|
|
|
|
```demo
|
|
basic
|
|
visibilityHeight
|
|
changePosition
|
|
targetContainerSelector
|
|
```
|
|
|
|
## Props
|
|
|Name|Type|Default|Description|
|
|
|-|-|-|-|
|
|
|target|`() => HTMLElement`|a function that returns the nearest scrollable ascendant element||
|
|
|right|`number \| string`|`40`||
|
|
|bottom|`number \| string`|`40`||
|
|
|visibility-height|`number`|`180`||
|
|
|themed-style|`object`|`null`||
|
|
|
|
## Events
|
|
|Name|Parameters|Description|
|
|
|-|-|-|
|
|
|show|`()`||
|
|
|hide|`()`|| |