0.1.4 • Published 3 years ago

@simon_he/git-fork v0.1.4

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

目的

提供一个跳转到GitHub地址的小组件 支持vue和react

灵感来源

参数

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

引入

import { gitForkInVue, gitForkInReact } from "@simon_he/git-fork";

使用

<!-- in vue -->
<gitForkInVue
      link="https://github.com/Simon-He95"
      type="ribbons"
      position="left"
    />
<!-- in react -->
<gitForkInReact
  link="https://github.com/Simon-He95"
  type="ribbons"
  position="left"
/>

:coffee:

:question: 问题

issues

依赖

vueunocssvite-plugin-inspector-lib-cssveaury

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago