SOW : Scroll To

Note This is a basic demo! Please see main full documentation here.
Examples
Click to scroll up

Please note, this is "that" scroll to top button,common on many websites - when user is scrolling down long pages, a little button will appear in that right - bottom. On click, the page goes to top!

Is added dinamically! You can overwrite the defaults layout by adding to <body> few attributes.

<!-- 
add to <body> 
If HTML is used, you need to add to all pages. 
Or change default config in in gulp.config__core.js
-->
data-s2t-disable="true"
data-s2t-position="start|end"
data-s2t-class="btn-secondary btn-sm" 	(default)
data-s2t-class="btn-secondary rounded-circle"
data-s2t-class="btn-warning rounded-circle"

Required, to enable on admin:
	data-s2t-disable="false"