1.5.16 • Published 7 months ago

@uiw/github-corners v1.5.16

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@uiw/github-corners

CI jsDelivr CDN NPM Downloads npm version Open in unpkg

Add a Github corner to your project page, This GitHub corners for @react component. Visit https://uiwjs.github.io/react-github-corners to preview the example effects.

Installation

Add @uiw/github-corners to your project:

npm i @uiw/github-corners

Or load the directly through unpkg

unpkg.com CDN:

<script src="https://unpkg.com/@uiw/github-corners/lib/index.js"></script>

Skypack CDN:

<script src="https://cdn.skypack.dev/@uiw/github-corners"></script>

Usage

Import into your script:

import "@uiw/github-corners";

Use it in your HTML:

<github-corners target="__blank" position="fixed" href="https://github.com/uiwjs/react-github-corners"></github-corners>

Learn about web components here.

Using web components in React:

import React from 'react';
import '@uiw/github-corners';

function Demo() {
  return (
    <github-corners target="__blank" position="fixed" href="https://github.com/uiwjs/react-github-corners"></github-corners>
  );
}

Contributors

As always, thanks to our amazing contributors!

Made with action-contributors.

License

Licensed under the MIT License.

1.5.16

7 months ago

1.5.15

2 years ago

1.5.14

2 years ago

1.5.13

2 years ago

1.5.12

2 years ago

1.5.11

2 years ago

1.5.10

2 years ago

1.5.9

2 years ago

1.5.8

2 years ago

1.5.7

2 years ago

1.5.6

2 years ago

1.5.5

2 years ago

1.5.4

2 years ago