Hooks
@mantine/hooks
A collection of 50+ hooks for state and UI management
State Management
frontend
hooks
library
next
nextjs
react
react-hooks
state
@mantine/hooks
State Management
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install @mantine/hooksCode example
import { Button, Group } from "@mantine/core";
export function Example() {
return (
<Group>
<Button>Save</Button>
<Button variant="light">Cancel</Button>
</Group>
);
}Pros & cons
Pros
- Actively maintained by Vitaly Rtishchev
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Not supported in React Native
- 0 open issues on GitHub