0.1.3 • Published 3 years ago

@vfup/github-corner v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

github-corner component in vue 3

usage

<script setup lang="ts">
import { GithubCorner } from '@vfup/github-corner'
import '@vfup/github-corner/dist/style.css'
</script>

<template>
  <GithubCorner />
</template>

props

NamePrivacyTypeDefaultDescriptionInherited From
blankbooleanfalsetarget="_blank" for link
colorstring'#fff'Font color
fillstring'#151513'Fill color for github corners
repostring'Blithe-Chiang/github-corner-monorepo'Your GitHub Repo Name, generate url start with \https\://github.com.
urlstring''You also can custom it to override the url generated by repo.
labelstring'View source on GitHub'Hover title
reversebooleanfalseReverse color and fill
positionstring'right'Position of github corners, 'left' or 'right'
0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago