1.0.1 • Published 4 years ago

vuepress-plugin-toolbar v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

vuepress-plugin-toolbar

适用于 vuepress 插件的插件

提供的功能:可以在页面右侧区域出现自定义展示功能,如下图

image-1

Install

yarn add vuepress-plugin-toolbar
# OR 
npm install vuepress-plugin-toolbar

open npm : https://www.npmjs.com/package/vuepress-plugin-toolbar

Usage

module.exports = {
  "plugins": [
    ["vuepress-plugin-toolbar",{
      "opts": [
        {
          "icon": "",
          "name": "文本展示",
          "popover": {
            "type": "text",
            "title": "纯文本说明",
            "text": "这是一个纯文本的内容展示,就是一段话"
          }
        }
      ]
    }
    ]
  ]
}

更多自定义配置,请参考这里

1.0.1

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago