1.3.6 • Published 1 year ago

react-gh-corners v1.3.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

React Github Corners

npm version npm npm All Contributors

Live Demo

Installation

NPM

Install

npm i react-gh-corners@latest

Use

import { GithubCorners } from 'react-gh-corners';

// Nextjs only CSR
const GithubCorners = dynamic(() => import('react-gh-corners').then((m) => m.GithubCorners), {
  ssr: false,
});


const App = () => {
  return (
    <GithubCorners position='right' href='/' />
  );
};

Package

import 'gh-corners';

unpkg.com CDN:

<script type="module" src="https://unpkg.com/gh-corners@latest"></script>

HTML

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

1 year ago

1.3.5

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.0

1 year ago