0.2.4 โ€ข Published 7 months ago

react-dot-cursor v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Features

  • ๐Ÿš€ Easy to use
  • ๐Ÿ” Auto-detects content types
  • ๐Ÿšซ Respects disabled attribute
  • ๐Ÿ”  Scales with text size
  • ๐ŸŽฅ Animated with motion
  • ๐ŸŽจ Customizable

Installation

With pnpm

pnpm add react-dot-cursor

With NPM

npm install react-dot-cursor

Getting Started

Add the Cursor component to your app:

import { Cursor } from 'react-dot-cursor';

const App = () => {
  return (
    <div>
      <Cursor />
    </div>
  );
};

Then remove the default cursor with CSS:

* {
  cursor: none !important;
}

Documentation

Find the full API reference on official documentation.

0.2.4

7 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago