# Mantine

> A fully featured React components library

- Skill: `ehyland/mantine` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add ehyland/mantine`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ehyland/mantine/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: ehyland (https://skillmd.com/u/ehyland)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ehyland/mantine

---


> The skill is based on Mantine v8, generated at 2026-02-04.

Mantine is a React components library with more than 100 customizable components and 50 hooks to cover you in any situation.

## Core References

| Topic           | Description                                         | Reference                                  |
| --------------- | --------------------------------------------------- | ------------------------------------------ |
| Setup & Theming | Installation, MantineProvider, theme configuration  | [core-setup](./references/core-setup.md)   |
| Styling         | CSS Modules, Style Props, Styles API, CSS Variables | [core-styles](./references/core-styles.md) |

## Features

### Utilities

| Topic              | Description                                       | Reference                                                  |
| ------------------ | ------------------------------------------------- | ---------------------------------------------------------- |
| Form Management    | `useForm` hook, validation, values, nested fields | [features-form](./references/features-form.md)             |
| Hooks              | Essential utility hooks for state and DOM         | [features-hooks](./references/features-hooks.md)           |
| Component Patterns | Polymorphic components, layout systems, overlays  | [features-components](./references/features-components.md) |

