Cursor JSTwig
Use the cursor component to add a custom cursor to your project.
Usage
After you install the package, include the template in your project:
js
import { registerComponent } from '@studiometa/js-toolkit';
import { Cursor } from '@studiometa/ui';
registerComponent(Cursor);twig
{% include '@ui/Cursor/Cursor.twig' only %}