macos-cursors
v1.0.3
Published
MacOS cursor pack for web pages
Readme
MacOS Cursor Pack
Lightweight set of macOS mouse cursors wrapped in one CSS file.
Drop it into any web-project and swap default pointers with stylish ones in seconds.
🔧 Installation
npm i macos-cursors✏️ Usage
@import 'macos-cursors/style.css';| Class name | Cursor | |---------------------|-------------------------------------| | default | | | .cursor-ns-resize | | | .cursor-ew-resize | | | .cursor-nw-resize | | | .cursor-ne-resize | | | .cursor-pointer | | | .cursor-move | | | .cursor-grab | | | .cursor-grabbing | | | .cursor-text | | | .cursor-crosshair | | | .cursor-not-allowed | | | .cursor-zoom-in | | | .cursor-zoom-out | | | .cursor-writing | | | .cursor-alter | |
🤝 Contributing
If you want to add or improve something - you are welcome
- Fork → Branch → Commit with feat: / fix: prefix
- Test locally
- Open a pull request
