GitHub-Ribbon-Web-Component

Easily add a GitHub Fork Me button to any page!
Show your support!

A custom web element to easily add a GitHub Fork Me ribbon to your web pages! ## Example and usage How to use GitHub-Ribbon-Web-Component: ```html ``` include this [script](https://github.com/MarketingPipeline/GitHub-Ribbon-Web-Component/blob/main/dist/github-ribbon-wc.min.js) at the bottom of your HTML document.
<script src="https://cdn.jsdelivr.net/gh/MarketingPipeline/GitHub-Ribbon-Web-Component/dist/github-ribbon-wc.min.js"></script>
### Options
Attribute Meaning Default Required
link The link to your GitHub repo / source code etc... undefined Yes
side Change the side of the ribbon, options are top-left, top-right, bottom-right, bottom-left top-right No
message Set your own custom message instead of "Fork me on GitHub" undefined No
color Change the color of the ribbon background red No
text-color Change the text color of the ribbon #fff No
new-window If True, link with open in a new window False No
fixed If False non fixed CSS will be applied True No
## Cool Fact! This index page was wrote in Markdown using (Markdown Tag)[https://github.com/MarketingPipeline/Markdown-Tag] - check it out if you want to easily add Markdown support to any of your web pages using as simple <md> tag! ## License ![GitHub](https://img.shields.io/github/license/MarketingPipeline/GitHub-Ribbon-Web-Component) This project is licensed under the GPL-3.0 License - see the [LICENSE.md](https://github.com/MarketingPipeline/GitHub-Ribbon-Web-Component/blob/main/LICENSE) file for details.