1. @uivjs/vue-github-corners
Add a Github corner to your project page, This GitHub corner for Vue 3.0+ component.
@uivjs/vue-github-corners
Package: @uivjs/vue-github-corners
Created by: uivjs
Last modified: Thu, 01 Jun 2023 01:32:14 GMT
Version: 1.0.1
License: MIT
Downloads: 22
Repository: https://github.com/uivjs/vue-github-corners

Install

npm install @uivjs/vue-github-corners
yarn add @uivjs/vue-github-corners

@uivjs/vue-github-corners

Build & Deploy
Downloads
npm version
npm unpkg

Add a Github corner to your project page, This GitHub corner for Vue 3.0+ component.

Install

 npm i @uivjs/vue-github-corners

Usage

<template>
  <div>
    <github-corners fixed target="__blank" href="https://github.com/uivjs/vue-github-corners" />
  </div>
</template>

<script>
import { defineComponent } from 'vue';
import GithubCorners from '@uivjs/vue-github-corners';

export default defineComponent({
  components: {
    GithubCorners
  }
});
</script>

API

  • href The link to your project page.
  • size Default: 80, The width and height of the corner.
  • color Default: #fff, The Github logo color of the corner.
  • bgColor Default: #151513, The background color of the corner.
  • position: PropType<'right' | 'left'> Default: right, The position of corner.
  • fixed Default false, It is positioned relative to the initial containing block established.
  • zIndex Sets the z-order of a positioned element and its descendants or flex items.
  • bottom Is it displayed at the bottom?
  • react-github-corners Add a Github corner to your project page, This GitHub corner for react component.

License

Licensed under the MIT License.

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin