Ui.mantine.dev screenshot

Ui.mantine.dev

Author Avatar Theme by Mantinedev
Updated: 10 May 2025
3280 Stars

Mantine UI website and components

Categories

Overview:

Mantine UI is a comprehensive collection of over 120 responsive components created with Mantine. The components are designed to support both dark and light color schemes, and users can customize the Mantine theme according to their preferences. This UI kit is freely available to all users, making it an accessible resource for developers.

Features:

  • Responsive Components: More than 120 components that are responsive and adaptable to different screen sizes.
  • Dark/Light Color Scheme: Supports both dark and light color schemes for flexibility in design.
  • Mantine Theme Customizations: Users can customize the Mantine theme to suit their specific needs.
  • Open Source: Released under the MIT license, allowing users to explore the source code and use components freely.
  • No Contribution to UI Codebase: While open source, contributions to the Mantine UI codebase are not accepted; however, contributions to the Mantine library codebase are welcome.

Installation:

To start using Mantine UI in your project, follow these steps:

  1. Install Mantine UI via npm:

    npm install @mantine/core
    
  2. Import the components you need in your project:

    import { Button, TextInput, Modal } from '@mantine/core';
    
  3. Start using the components in your application:

    <Button variant="outline">Click me</Button>
    

Summary:

Mantine UI is a versatile set of responsive components built with Mantine, offering support for dark/light color schemes and theme customizations. With its open-source nature and MIT license, developers can freely use the components in their projects. While contributions to the Mantine UI codebase are not accepted, users are encouraged to contribute to the Mantine library codebase.