vuepress-plugin-ribbon

1.1.6 • Public • Published

vuepress-plugin-ribbon

🎗️ Add a beautiful ribbon to your vuepress!

npm GitHub stars downloads downloads GitHub license

Want to use it outside of VuePress1.x? Try moefy-canvas!

Install

yarn add vuepress-plugin-ribbon -D
# or use npm
npm i vuepress-plugin-ribbon -D

Usage

module.exports = {
   plugins: ['ribbon'],
}

Options

module.exports = {
   plugins: [
      [
         'ribbon',
         {
            size: 90, // width of the ribbon, default: 90
            opacity: 0.8, // opacity of the ribbon, default: 0.3
            zIndex: -1, // z-index property of the background, default: -1
         },
      ],
   ],
}

Thanks

/vuepress-plugin-ribbon/

    Package Sidebar

    Install

    npm i vuepress-plugin-ribbon

    Weekly Downloads

    21

    Version

    1.1.6

    License

    MIT

    Unpacked Size

    4.72 kB

    Total Files

    6

    Last publish

    Collaborators

    • sigure_mo