Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

kuriv/ribbon

Repository files navigation

ribbon

Add background ribbons to your website.

build version license

Installation

Git

git clone https://github.com/kuriv/ribbon.git

npm

npm install @kuriv/ribbon

Download

https://kuriv.github.io/ribbon/ribbon.min.js

How to use it?

Insert the scripts before the closing </body> tag.

<!DOCTYPE html>
<html>
    <head>
        ...
    </head>
    <body>
        ...
        ...
        ...
        <script type="text/javascript" src="ribbon.min.js"></script>
    </body>
</html>

Preview

ribbon

License

ribbon is open-sourced software licensed under the MIT license .