1.0.7 • Published 1 year ago

gemma-scroll-top v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago