Mantine Core
Core components library
Installation
Source
Package
Bundle size
License
Components by category
Typography
Blockquote
Display quote with optional cite
Code
Display inline or block code without syntax highlight
Highlight
Highlight given part of the string with mark tag
Table
Render table with theme styles
Text
Render text and links with theme styles
Title
Display h1-h6 headings
TypographyStylesProvider
Add Mantine typography styles to your html content
Inputs
ActionIcon
Display icon button to indicate secondary action
Button
Render button or link with button styles from mantine theme
Checkbox
Capture boolean input from user
Input
Base component to create custom inputs
InputWrapper
Enhance custom inputs with label, error and description
NumberInput
Capture number input from user
RadioGroup
Capture user feedback limited to small set of options
PasswordInput
Capture password from user with option to toggle visibility
SegmentedControl
Horizontal control made of multiple segments
Select
Capture user feedback limited to large set of options
Switch
Capture boolean input from user
Textarea
Render textarea with optional autosize variant
TextInput
Capture string input from user
Layout
Data display
Badge
Display badge, pill or tag
Avatar
Display user profile image, initials or fallback icon
Card
Display card with context styles for Image and Divider components
ColorSwatch
Display color value
Image
Display image with optional placeholder for loading and error state
Kbd
Display keyboard button
Tabs
Tabs are used to navigate between related pages or views while keeping current context
ThemeIcon
Render icon with theme colors
Spoiler
Hide long sections of content under spoiler
Overlay
Drawer
Display overlay area at any side of the screen
Menu
Combine a list of secondary actions into single interactive area
Modal
Display modal
Overlay
Display overlay with any color and opacity over element
Popover
Display popover section relative to given target element
LoadingOverlay
Display loader with overlay over current container
Tooltip
Render tooltip on mouse over or any other event
Feedback
Navigation
Miscellaneous
Browser support
All components are tested to work in all major modern browsers. Some components depend on wep APIs that may not be supported by old browsers, if you encounter any issues with browsers compatibility open an issue.