跳到主要内容

自定义 cursor

stickHoverRender 可以自定义触点 hover 时的 cursor 图标。

<ReactDragResizeRotate
stickHoverRender={(cursorRotate) => ({
x: 16,
y: 16,
htmlText: `<svg style="transform:rotate(${cursorRotate}deg)" />`,
})}
/>