0.0.5 • Published 3 months ago

mycursor v0.0.5

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

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;
}
0.0.5

3 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago