0.0.5 • Published 5 years ago

@nines/vuepress-plugin-back-to-top v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

plugin-back-to-top

GitHub last commit

NPM npm (scoped) npm

Back-to-top plugin for vuepress

使用

使用位置
plugin name@nines/vuepress-plugin-back-to-top
component nameBackToTop(主题开发时使用)
npm i @nines/vuepress-plugin-back-to-top

参数

name类型默认值
iconStringnine-up
customStyleObjectcustomStyle
visibilityHeightnumber400
<BackToTop ></BackToTop>

customStyle:

customStyle = {
  right: '1rem',
  bottom: '6rem',
  width: '2.5rem',
  height: '2.5rem',
  'border-radius': '.25rem',
  'line-height': '2.5rem',
  backgroundColor: 'rgba(231, 234, 241,.5)'
}
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago