1.2.4 • Published 4 years ago

react-cursor-custom v1.2.4

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

react-cursor

React custom cursor component

NPM JavaScript Style Guide

Live Example

Example

React Custom Cursor Demo

Installation

npm install --save react-cursor

or

yarn add react-cursor

Usage

import CursorProvider from 'react-cursor-custom' and wrap your main component with it.

import React from 'react'

import { CursorProvider } from 'react-cursor-custom'

const App = () => {
  return (
    <CursorProvider>
      <YourMainComponent/>
    <CursorProvider/>
  )
}

API

Prop nameDescription
colorstring color of ring and dot default is black
noRingboolean hide the outside ring
ringSizenumber size of the ring
transitionTimenumber transition time in ms

License

MIT © timmilesdw

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.1.3

4 years ago

1.2.1

4 years ago

1.1.2

4 years ago

1.0.0

4 years ago