0.2.4 โ€ข Published 6 months ago

react-dot-cursor v0.2.4

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

6 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago