Skip to content

forkmeon/fork-me-on-github-vue

Repository files navigation

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>

About

Fork me on Github – CSS ribbon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •