diff --git a/README.md b/README.md index b037823..31d81f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fork Corner [](https://github.com/warengonzaga) -     +     A modern and global open source fork corner label for your project's landing page. @@ -8,7 +8,7 @@ A modern and global open source fork corner label for your project's landing pag ## What is Fork Corner -This is my modern approach to the very old style of adding a "Fork me on Github" label. +A modern approach to the old style of adding "Fork Me" ribbon or label in a open source project's landing page. ## Features @@ -51,9 +51,11 @@ This is my modern approach to the very old style of adding a "Fork me on Github" +--- + ## Installation -Install with npm: +Install with [npm](https://www.npmjs.com/package/fork-corner): @@ -63,9 +65,56 @@ $ npm i fork-corner --save +or add it directly to your webpage using a CDN: + +```html + + +``` + ## Usage -... +After installing Fork Corner simply add this one line of code to the ``
`` of your webpage: + +```html + +``` + +Fork Corner uses _``fork-corner``_ as ID to identify which element should be use in creating the fork corner. The class _``fork-corner``_ is use to identify which element to be controlled by the class. We have few important classes to quickly customize the fork corner's look and feel. + +### Position Class + +Class to position the Fork Corner on your webpage. By default, the position is _``top right``_. + +| Class | Position | +|-------|----------| +| ``fc-pos-tr`` | Top, Right | +| ``fc-pos-tl`` | Top, Left | +| ``fc-pos-br`` | Not yet available | +| ``fc-pos-bl`` | Not yet available | + +### Animation Class + +Class to animate the Fork Corner on your webpage. By default, when you hover your mouse to the icon it will rotate. + +| Class | Animation | +|-------|-----------| +| ``fc-animate-default`` | Icon rotation on cursor hover | + +> More animation will come, have animation in mind? Contribute today! + +### Theme Class + +Class to select pre-defined theme or style you want to use. By default, it will show the official **Git** logo. + +| Class | Theme/Brand | +|-------|-----------| +| ``fc-theme-default`` | Git Logo | +| ``fc-theme-github`` | GitHub Logo | +| ``fc-theme-gitlab`` | Gitlab Logo | +| ``fc-theme-bitbucket`` | Bitbucket Logo | + +> More theme and brand will come, have one in mind? Contribute today! ## Used By @@ -77,6 +126,8 @@ $ npm i fork-corner --save ... +--- + ## Contributing Contributions are welcome, create a pull request to this repo and I will review your code. Please consider to submit your pull request to the ```dev``` branch. Thank you!