Core
@mantine/core
React components library focused on usability, accessibility and developer experience
Component Libraries
components
design
frontend
library
next
nextjs
react
ui
ui-kit
@mantine/core
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install @mantine/coreCode 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