Sets the mouse cursor when hovering the element.
npm install @citizensadvice/cursorSets the mouse cursor when hovering the element.
- Classes
- Examples
- Installation
| Class name | Value |
| ---------------- | ----------------------- |
| .pointer | pointer |
| .hover-pointer | pointer (on hover only) |
`shell`
$ npm install @citizensadvice/cursor
now import into your stylesheet...
`scss`
@import '@citizensadvice/cursor/index.scss';
You can also make use of the unpkg service, try adding the link below to the head of your HTML file
`html``