buttons / vue-github-button

:octocat: Unofficial github:button component for Vue.js

Home Page:https://buttons.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-github-button

Installation

Vue 3

npm install vue-github-button
# OR
yarn add vue-github-button

Vue 2

npm install vue-github-button@1
# OR
yarn add vue-github-button@1

Usage

<template>
  <github-button href="https://github.com/ntkme">Follow @ntkme</github-button>
</template>

<script>
import GithubButton from 'vue-github-button'

export default {
  components: {
    GithubButton
  }
}
</script>

About

:octocat: Unofficial github:button component for Vue.js

https://buttons.github.io

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 100.0%