mycursor

0.0.5 • Public • Published

Mycursor v0.0.5 (Development Stopped)

[!IMPORTANT]
This project has been moved, now mycursor continues its life as fvursor after version 0.0.5.

It wouldn't be bad to use a few custom cursors, like figma does.

How to use?

To use it, it is enough to have basic CSS knowledge. here is a usage example:

/* You can also include it in your project via cdn. */
@import url("https://cdn.jsdelivr.net/npm/mycursor@0.0.5/mycursor.min.css")

body {
    cursor: var(--cursor-default), default;
}

.pointer {
    cursor: var(--cursor-pointer), pointer;
}

Package Sidebar

Install

npm i mycursor

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

8.43 kB

Total Files

4

Last publish

Collaborators

  • ahmetcanisik