use-radial-move
Handles radial move behavior over given element, can be used to build custom radial sliders
Source
Docs
Package
Usage
use-radial-move hook can be used to create custom radial sliders, for example AngleSlider
component is based on this hook. It works similar to use-move hook.
Example of creating custom radial slider:
115°
Definition
Exported types
UseRadialMoveOptions and UseRadialMoveReturnValue types are exported from @mantine/hooks package,
you can import them in your application: