链接
- GitHub: https://github.com/YunYouJun/wc-github-corners
- Demo 示例: https://www.yunyoujun.cn/wc-github-corners/
- 开发过程: 从零开始写一个 Web Component - GitHub Corners | 云游君的小站
- 使用案例: char-dust
简介
github-corners 是一个显示在右上角展示 GitHub 项目链接的小挂件。
目前与其相关的轮子大多是基于 React 或 Vue 进行封装,使用 Web Components 则可以原生通过 CDN 引入,或在任意框架里使用,方便、便捷、优雅,不妨一试。
<script
type="module"
src="https://cdn.jsdelivr.net/npm/[email protected]"
></script>
<github-corners repo="YunYouJun/wc-github-corners" blank></github-corners>