React-beautiful-dnd: Grabbing cursor icon

Created on 14 Nov 2017  ·  3Comments  ·  Source: atlassian/react-beautiful-dnd

Bug or feature request?

Feature request

Might be nice for the cursor onmouseover to be set to cursor: -webkit-grab; and then to cursor: -webkit-grabbing; during dragging.

ps: excellent work, so grateful for it.

question ❓

Most helpful comment

Hi @heymartinadams,

The library itself does not dictate what cursor you should use. You are welcome to set the cursor as you like in response to hooks and props

https://github.com/atlassian/react-beautiful-dnd#add-a-cursor-style-and-block-selection

How can we do that?

All 3 comments

Hi @heymartinadams,

The library itself does not dictate what cursor you should use. You are welcome to set the cursor as you like in response to hooks and props

https://github.com/atlassian/react-beautiful-dnd#add-a-cursor-style-and-block-selection

Hi @heymartinadams,

The library itself does not dictate what cursor you should use. You are welcome to set the cursor as you like in response to hooks and props

https://github.com/atlassian/react-beautiful-dnd#add-a-cursor-style-and-block-selection

How can we do that?

Sorry, @madarosca I haven’t interacted with this package since 2017/18 so I’m no longer up to speed on the particulars.

Was this page helpful?
0 / 5 - 0 ratings