GitHub Corners for Svelte
npm install svelte-github-corners


Add a Github corner to your project page
Preview Example: Svelte Playground
Add svelte-github-corners to your project:
``bash`
npm i -D svelte-github-corners
`svelte
href="https://github.com/GreenestGoat/svelte-github-corners"
/>
`
| Property Name | Type | Default Value | Description |
| ------------- | ------ | --------------------------------------------------- | ------------------------------------ |
| href | String | - | The link to your project page. |
| size | String | 80 | The width and height of the corner. |#151513
| bgColor | String | | The background color of the corner. |#fff
| color | String | | The Github logo color of the corner. |_blank
| target | String | | Where to open the link. |top-left
| position | String | /top-right/bottom-left/bottom-right | The position of corner. |
`bash``
git clone https://github.com/GreenestGoat/svelte-github-corners.git
cd svelte-github-corners
npm install
npm run dev -- --open
Contributions are welcome! Please feel free to Fork the project and submit a Pull Request.
Licensed under the MIT License.