All Projects β†’ moefyit β†’ vuepress-plugin-ribbon

moefyit / vuepress-plugin-ribbon

Licence: MIT license
πŸŽ—οΈ Add a beautiful ribbon to your vuepress!

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vuepress-plugin-ribbon

tictactoe-microservices-example
An example of Spring Cloud Microservices application based on books (see Links section)
Stars: ✭ 23 (+64.29%)
Mutual labels:  ribbon
vuepress-theme-macgs
πŸ’« A vuepress theme for easyhexo.com
Stars: ✭ 16 (+14.29%)
Mutual labels:  vuepress
zksync-docs
zkSync documentation
Stars: ✭ 52 (+271.43%)
Mutual labels:  vuepress
vue-telescope-extensions
Browser extensions for Vue Telescope
Stars: ✭ 121 (+764.29%)
Mutual labels:  vuepress
growi-docs
βš“ GROWI documentation repository
Stars: ✭ 20 (+42.86%)
Mutual labels:  vuepress
blog
κΎΈμ€€νžˆ κΈ°λ‘ν•˜λŠ” 개발 λΈ”λ‘œκ·Έ!
Stars: ✭ 146 (+942.86%)
Mutual labels:  vuepress
vuepress-plugin-feed
RSS, Atom, and JSON feeds generator plugin for VuePress 1.x
Stars: ✭ 46 (+228.57%)
Mutual labels:  vuepress
vuepress-theme-mini
🎨 A minimal blogging theme of VuePress.
Stars: ✭ 21 (+50%)
Mutual labels:  vuepress
vuepress-pass
VuePress authentication plugin
Stars: ✭ 13 (-7.14%)
Mutual labels:  vuepress
vuepress-theme-cool
A custom vuepress theme with mermaid and plantuml, katex and vue components.
Stars: ✭ 57 (+307.14%)
Mutual labels:  vuepress
Excel-Favorites
⭐ This VSTO Add-In creates a custom "Favorites" ribbon. Key distinctive attributes include dedicated buttons for changing the visibility/sort order of sheets, copying visible cells, Excel's camera feature, Snipping Tool, Problem Steps Recorder (PSR) and Windows Calculator. It is written in 3 different versions as a VSTO Add-In in C# and VB.NET a…
Stars: ✭ 37 (+164.29%)
Mutual labels:  ribbon
Standard-Toolkit
An update to Component factory's krypton toolkit to support .NET Framework 4.6.2 - 4.8.1 to .NET Core/.NET
Stars: ✭ 194 (+1285.71%)
Mutual labels:  ribbon
awesome-nuxt
πŸŽ‰ A curated list of awesome things related to Nuxt.js
Stars: ✭ 17 (+21.43%)
Mutual labels:  vuepress
lunarvim.org
Website for LunarVim
Stars: ✭ 70 (+400%)
Mutual labels:  vuepress
blog
luna-blog
Stars: ✭ 26 (+85.71%)
Mutual labels:  vuepress
vuepress-creator
A lightweight creator for VuePress project.
Stars: ✭ 23 (+64.29%)
Mutual labels:  vuepress
vuepress-theme-track
πŸŽ‰vuepress theme
Stars: ✭ 13 (-7.14%)
Mutual labels:  vuepress
vuepress-plugin-demo-code
πŸ“ Demo and code plugin for vuepress
Stars: ✭ 119 (+750%)
Mutual labels:  vuepress
vuepress-theme-book
A VuePress theme inspired by Gitbook
Stars: ✭ 107 (+664.29%)
Mutual labels:  vuepress
qt-ribbon
A ribbon bar implementation for Qt widgets applications
Stars: ✭ 43 (+207.14%)
Mutual labels:  ribbon

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].