File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 55</div >
66
77<div align =" center " >
8- <img src =" https://img.shields.io/npm/v/react-dot-cursor " alt =" NPM Version " />
8+ <a href =" https://www.npmjs.com/package/react-dot-cursor " >
9+ <img src="https://img.shields.io/npm/v/react-dot-cursor" alt="NPM Version" />
10+ </a >
911 <img src =" https://github.com/GuiEpi/react-dot-cursor/actions/workflows/publish-package.yml/badge.svg " alt =" Publish Status " />
1012</div >
1113
1214<br />
1315
1416<div align =" center " >
15- <strong >An opinionated cursor component animated with <a href =" https://motion.dev " >Motion</a > for React.</strong >
17+ <strong >A fully customizable cursor component animated with <a href =" https://motion.dev " >Motion</a > for React.</strong >
1618</div >
1719
1820<br />
3840- 🚫 Respects disabled attribute
3941- 🔠 Scales with text size
4042- 🎥 Animated with motion
41- - 🎨 Customizable colors
43+ - 🎨 Customizable
4244
4345## Installation
4446
@@ -56,8 +58,7 @@ npm install react-dot-cursor
5658
5759## Getting Started
5860
59- Add the ` Cursor ` component to your app.
60-
61+ Add the ` Cursor ` component to your app:
6162``` tsx
6263import { Cursor } from ' react-dot-cursor' ;
6364
@@ -70,8 +71,7 @@ const App = () => {
7071};
7172```
7273
73- Then remove the default cursor with CSS.
74-
74+ Then remove the default cursor with CSS:
7575``` css
7676* {
7777 cursor : none !important ;
You can’t perform that action at this time.
0 commit comments