1.1.10 • Published 4 years ago

react_top_scroll v1.1.10

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

React Top Scroll

Simple button that scrolls page to the top smoothly. Demo react-top-scroll-demo.gif

Getting Started

Installing

npm i --save react_top_scroll

Import and use

on a single component

import TopScroll from "react_top_scroll";

<div>
  <TopScroll />
</div>;

Props

NameTypeDefaultDescription
btn_textStringClick to the Top ScrollText that will be displayed after hovering the button
arrow_signStringArrow Sign
optionsObject{}Object that will be spreaded in the top div of the component

Built With

  • react.js
  • prop-types
  • styled-components

Authors

  • Alex Galkin (@megarohas)
built in 2021
1.1.10

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago