stephenscaff / react-animated-cursor

An animated custom cursor React component.
ISC License
273 stars 28 forks source link

Feature cursor styles #23

Closed stephenscaff closed 1 year ago

stephenscaff commented 1 year ago

Added style props for inner and outer cursor so you can create custom types and leverage css vars for easily updating properties.

innerStyle: adds custom css to the innerCursor. outerStyle: adds custom css to outerCursor.

Updated ReadMe.