Beth3346 / elr-scss-back-to-top

css for back to top button

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Back to Top

npm version CI License: MIT npm last commit

mixin for back to top button

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install elr-scss-back-to-top

or

yarn add elr-scss-back-to-top

Implementation

.elr-back-to-top {
  @include elr-back-to-top;
}
<button class="elr-back-to-top">
  <i class="fas fa-caret-up"></i>
</button>

License

SEE LICENSE IN LICENSE.md

About

css for back to top button

License:MIT License


Languages

Language:SCSS 57.1%Language:HTML 38.3%Language:Shell 4.6%