Skip to content

React components library with native dark theme support

License

Notifications You must be signed in to change notification settings

Wurielle/mantine

Repository files navigation

Github banner

Mantine is a customizable component library with focus on accessibility and developer experience.

Links

Installation

To start using Mantine you need to install @mantine/core and its peer dependencies:

# With yarn
yarn add react-jss @mantine/theme @mantine/hooks @mantine/core

# With npm
npm install react-jss @mantine/theme @mantine/hooks @mantine/core

# With peerdeps
npx install-peerdeps @mantine/core

Usage

Now you can import and use any component from @mantine/core:

import { Button } from '@mantine/core';

function App() {
  return <Button>Mantine button</Button>;
}

Licence

All @mantine/ scoped packages, dependencies and peer dependencies have MIT licence.

About

React components library with native dark theme support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Other 0.1%