vuecssuiant-designantdreactantantd-vueenterprisefrontendui-designvue-antdvue-antd-uivue3vuecomponent
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
992 B
992 B
category | type | title | cover |
---|---|---|---|
Components | Other | BackTop | https://gw.alipayobjects.com/zos/alicdn/tJZ5jbTwX/BackTop.svg |
BackTop
makes it easy to go back to the top of the page.
When To Use
- When the page content is very long.
- When you need to go back to the top very frequently in order to view the contents.
API
The distance to the bottom is set to
50px
by default, which is overridable.If you decide to use custom styles, please note the size limit: no more than
40px * 40px
.
Property | Description | Type | Default | Version |
---|---|---|---|---|
target | specifies the scrollable area dom node | () => HTMLElement | () => window | |
visibilityHeight | the BackTop button will not show until the scroll height reaches this value |
number | 400 |
events
Events Name | Description | Arguments | Version |
---|---|---|---|
click | a callback function, which can be executed when you click the button | Function |