1.1.10 • Published 2 years ago

react_top_scroll v1.1.10

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

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago