1.0.7 • Published 2 years ago

gemma-scroll-top v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Gemma Scroll-To-Top button

About

In the simplest way, it adds a scroll-to-top button to a website. https://www.npmjs.com/package/gemma-scroll-top

image

Installation

yarn add gemma-scroll-top
or
npm install gemma-scroll-top

In javascript file add:

import scroll from 'gemma-scroll-top';
scroll.scrollTop(offset); 

// int offset - optional -> Sets the distance from the top of the page after which, when scrolled, the button appears.

...and in scss add line:

@import 'gemma-scroll-top/style';
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago