Add a Github corner to your project page, This GitHub corners for web component.
npm install @uiw/github-corners@uiw/github-corners
===





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.
Add @uiw/github-corners to your project:
``bash`
npm i @uiw/github-corners
Or load the directly through unpkg
unpkg.com CDN:
`html`
Skypack CDN:
`html`
Import into your script:
`jsx`
import "@uiw/github-corners";
Use it in your HTML:
`html`
Learn about web components here.
Using web components in React:
`jsx
import React from 'react';
import '@uiw/github-corners';
function Demo() {
return (
);
}
``
As always, thanks to our amazing contributors!
Made with action-contributors.
Licensed under the MIT License.