0.0.7 • Published 1 month ago

@simon_he/git-fork-react v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

目的

提供一个跳转到GitHub地址的小组件

灵感来源

参数

export interface Props {
  link: string //  GitHub地址
  position: 'left' | 'right' //  组件位置
  content: string // 组件内容
  color: string // 组件背景颜色
  type: 'corners' | 'ribbons' | 'trapeziumType' // 提供3种类型的组件
}

引入

import GitForkReact from '@simon_he/git-fork-react'

使用

<GitForkReact
      link="https://github.com/Simon-He95"
      type="ribbons"
      position="left"
    />

:coffee:

:question: 问题

issues

依赖

vueunocssveaury

vue版本

@simon_he/git-fork-vue

0.0.5

2 months ago

0.0.7

1 month ago

0.0.6

2 months ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

3 years ago