Mantine hooks
@mantine/hooks package
provides more than 70 hooks to build custom components. @mantine/hooks
package is used internally in most of other @mantine/*
packages –
it is required to be installed in your project to use Mantine components.
Installation
Usage
@mantine/hooks
package can be used in any web React application, state
management hooks (like use-pagination or use-queue)
are also compatible with React Native. The package can be used even if you
do not use Mantine components or other Mantine libraries – it is standalone
and does not have any dependencies except React.
Example of using use-move hook to create a custom slider:
30
70
License
MIT