UNPKG

@phazr/custom-cursor

Version:

A lightweight and highly customizable React component for creating unique and interactive cursor experiences.

5 lines (4 loc) 232 B
export { CursorProvider, useCursor } from './client'; export { Cursor } from './client'; export type { CursorVariant, CursorContextType, CustomCursorConfig, CursorProviderProps, CursorProps, } from './types'; import './cursor.css';