fork-me-on-github-vue
v1.0.7
Published
Fork me on Github Generator
Downloads
49
Readme
Fork me on Github – CSS ribbon
CSS implementation of GitHub ribbon.
Usage
import ForkeMeOnGithub from 'fork-me-on-github-vue';
Vue.use(ForkeMeOnGithub);
<template>
...
<Ribbon
v-bind="ribbonOptions"
></Ribbon>
...
</template>
<script>
...
data() {
return {
ribbonOptions: {
text: 'Fork me on GitHub',
linkUrl: pkg.repository.url,
fixed: true
}
}
}
...
</script>