🎗️ Add a beautiful ribbon to your vuepress!
- Document: moefy-vuepress
- Live demo: notev
Want to use it outside of VuePress1.x? Try moefy-canvas!
yarn add vuepress-plugin-ribbon -D
# or use npm
npm i vuepress-plugin-ribbon -D
module.exports = {
plugins: ['ribbon'],
}
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
},
],
],
}