vuepress-theme-reco/packages/@vuepress-reco/vuepress-plugin-back-to-top
2020-04-03 23:25:14 +08:00
..
bin style: code automation 2020-04-03 19:30:07 +08:00
images style: code automation 2020-04-03 19:30:07 +08:00
.npmignore test(example): change position of example code 2020-04-03 22:27:09 +08:00
index.js style: code automation 2020-04-03 19:30:07 +08:00
package.json v1.4.0 2020-04-03 23:25:14 +08:00
README.md style: code automation 2020-04-03 19:30:07 +08:00

@vuepress-reco/vuepress-plugin-back-to-top

demo.png

Details

Back-to-top plugin for vuepress-theme-reco or other vuepress theme.

使用位置
plugin name @vuepress-reco/vuepress-plugin-back-to-top
component name BackToTop自动出现在页面中无需添加额外代码

Options

以下为插件注入时的参数。

Attributes

参数 说明 类型 默认值 可选值
icon 按钮中间的图标名字 string reco-up 主题内置的其他图标
visibilityHeight 按钮出现时的最小滚动高度 number 400 -
customStyle 自定义按钮的样式 Object {right:'1rem',bottom: '6rem',width: '2.5rem',height: '2.5rem','border-radius': '.25rem','line-height': '2.5rem',backgroundColor: 'rgba(231, 234, 241,.5)'} -