go-to-button

1.0.2 • Public • Published

Go To Button

Simple go to button, with ref from react and custom styles

Installation

npm i go-to-button

Usage

import GoToButton from 'go-to-button'

const terminateRef = useRef(null);
   <GoToButton
        isVisible //required to see the button, false if you dont want it
        textColor="red"
        backgroundColor="white"
        icon="fa fa-window-close" //icon class from fontawesome
        iconColor="red"
        buttonText="Terminate"
        borderColor="red"
        width="120px"
        height="50px"
        buttonRef={terminateRef} //put your ref here
      />

<div ref={terminateRef} /> // the div you want to go

License

MIT

Dependents (0)

Package Sidebar

Install

npm i go-to-button

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

3.81 kB

Total Files

3

Last publish

Collaborators

  • choskas